Skip to content

riseandshine0/SESender

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SESender

An Amazon SES bulk mail sender

Usage

You can send emails on terminal by typing:

python sesender.py <list_file> <mail_file>

list_file: A text file containing list of emails seperated by new line.

mail_file: File containing subject and mail body in such form:

important!!!
 
this is an important message!

Resulting email will have important!!! as subject field and this is an important message! as the mail body.

About

An Amazon SES bulk mail sender

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%