Skip to content

asharmalik/EmailerLite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EmailerLite

This Python script is used to send batch emails with template and multi-variable support.

Usage

There is an example email campaign in the "Email Campaigns" folder. It shows the basic file structure expected. It is outlined below:

Email Campaigns\Campaign Name:

- Attachments - folder which contains any attachments to be sent - template.txt - text file which shows the template to be sent to every person (% signifies variable) - to_email.csv - Must be a comma delimited file and have headers "name" and "email"

Run the script and you will be given directions.

Screenshot

Screenshot

About

Python script to send batch emails with multi-variable support.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages