Skip to content

simonemargio/BirthdayAndMotivationalEmails

Repository files navigation

Birthday and motivational send

Index

  1. What is
  2. Dependencies
  3. Run

What is

Send birthday and motivational emails with Python. The greeting and motivational monday emails are randomly chosen from a list of predefined letters in: "letter_birthday_templates" and "letter_monday_motivation".
The Monday letters also contain a casual quote from Steve Jobs.

Dependencies

Pandas is used to read the CSV file containing the emails to send the letters to.

pip3 install pandas

Run

In main.py you have to enter your email and password.
Update the receiver_email.csv file with all the contacts you want to check.

python3 main.py

About

Send birthday and motivational Monday emails with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages