This is a sample code for SES Test.
- Clone the repository
git clone https://github.com/ankurgajurel/ses-test
- Virtual Environment
cd ses-test
virtualenv .venv
source .venv/bin/activate
- Install dependencies
pip install -r requirements.txt
First, edit env file with your ses credentials
cp .env.example .env
Then, run the following command to send email
python send_email.py