Amazon SES
Contents
Synopsis
A module that integrates Magento 2 with Amazon SES., (*1)
Overview
Amazon SES module provides access to some of AWS SDK SES functions, so that other modules could benefit from., (*2)
Installation
Below, you can find two ways to install the amazon ses module., (*3)
1. Install via Composer (Recommended)
First, make sure that Composer is installed: https://getcomposer.org/doc/00-intro.md, (*4)
Make sure that Packagist repository is not disabled., (*5)
Run Composer require to install the module:, (*6)
php <your Composer install dir>/composer.phar require shopgo/amazon-ses:*
2. Clone the amazon-ses repository
Clone the amazon-ses repository using either the HTTPS or SSH protocols., (*7)
2.1. Copy the code
Create a directory for the amazon ses module and copy the cloned repository contents to it:, (*8)
mkdir -p <your Magento install dir>/app/code/ShopGo/AmazonSes
cp -R <amazon-ses clone dir>/* <your Magento install dir>/app/code/ShopGo/AmazonSes
Update the Magento database and schema
If you added the module to an existing Magento installation, run the following command:, (*9)
php <your Magento install dir>/bin/magento setup:upgrade
Verify the module is installed and enabled
Enter the following command:, (*10)
php <your Magento install dir>/bin/magento module:status
The following confirms you installed the module correctly, and that it's enabled:, (*11)
example
List of enabled modules:
...
ShopGo_AmazonSes
...
Tests
TODO, (*12)
Contributors
Ammar (ammar@shopgo.me), (*13)
License
Open Source License, (*14)