Skip to content

opsway/magento2-module-amazonses

Repository files navigation

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