8000 GitHub - IamdLite/pythonMail: pythonMail is an intermediate program written in Python that let's you send automated happy birthday wishes to your loved ones in due time. It was completed on day 32 of 100 days of code by Angela Yu
[go: up one dir, main page]

Skip to content

pythonMail is an intermediate program written in Python that let's you send automated happy birthday wishes to your loved ones in due time. It was completed on day 32 of 100 days of code by Angela Yu

Notifications You must be signed in to change notification settings

IamdLite/pythonMail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pythonMail

pythonMail is an intermediate program written in Python that let's you send automated happy birthday wishes to your loved ones in due time.

Note | Prerequisites to run this program

Before running this program ensure that: Step 1 - You create a random email to test the program

Step 2 - In the "manage account" settings of the email, go to "Security" and actived the option "Allow insecure access from apps"

[?] The purpose of step 2 is to allow the smtp library to access the newly created account at the time the email is sent

Step 3 - The files;

  • birthdays.csv: shhoul contain the emails and birthdays of your loved ones
  • letters_template / letter_3.txt: a sample of the birthday wish to be sent through email to them

Step 4 - Follow the comments in the code for appropriate guidance,

Concepts Practised

  • Hands-on the smtp library
  • Reading and writing to files using the "open with()" method
  • Data collection and manipulation using the Pandas Library

About

pythonMail is an intermediate program written in Python that let's you send automated happy birthday wishes to your loved ones in due time. It was completed on day 32 of 100 days of code by Angela Yu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0