Skip to content

ankurgajurel/ses-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SES Test Sample Code

This is a sample code for SES Test.

Installation

  1. Clone the repository
git clone https://github.com/ankurgajurel/ses-test
  1. Virtual Environment
cd ses-test
virtualenv .venv
source .venv/bin/activate
  1. Install dependencies
pip install -r requirements.txt

Usage

First, edit env file with your ses credentials

cp .env.example .env

Then, run the following command to send email

python send_email.py

About

Sample Python Code to test SES.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages