brunoroeder / magento2-module-amazonses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magento 2 Amazon SES module

This module enhances the magento 2 capabilities to send transactional mails with Amazon SES service.

Installation

Add the module to your composer file.

{
  "require": {
    "opsway/module-amazonses": "dev-master"
  }
}

Install the module with composer.

    composer update

On succeed, install the module via bin/magento console.

    bin/magento cache:clean

    bin/magento module:install OpsWay_EmailAmazonSES

    bin/magento setup:upgrade

About


Languages

Language:PHP 70.9%Language:HTML 29.1%