Skip to main content

A command line utility for sending customized mass emails.

Project description

An Automated Email Sender

pip install automailer

Usage

file structure

Create the following file structure.

/
    /data
       email_list.csv
       message.md 

message.md

---
subject: Required Subject for Email
sender: Required Gmail sender
password: OTP for gmail sender
---

Hi {name},

The cool thing about this file is that you can add any column included in your csv and it will populate. 
Your favorite color is {favorite_color}.

Best,

Sender

email_list.csv

The only required column for this file is email.

name, favorite_color, email
Jacob, Green, jacob@gmail.com

Run

Change to root of project.

python -m automailer

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

automailer-0.1.3.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

automailer-0.1.3-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page