-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
19 lines (17 loc) · 862 Bytes
/
README
File metadata and controls
19 lines (17 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
A simple program that:
Reads donor's and childern's information from a csv file.
Creates a gmail draft email to be sent to each donor.
Attaches the child's progress card to whom the donor donated to the draft.
Sends the email.
To use the program:
Login into gmail and go to this link: https://myaccount.google.com/lesssecureapps. Allow less secure app temporarily. (Ya! :( )
Modify username and password in email_donors.py
Run: python email_donors.py
Files in the repo:
README: This file
TODO: A list of TODOs for the project
Yogini Bhosale.pdf: A sample attachment file that is used to test the gmail API code
donorDetails_test.csv: A sample csv that contains the donor's and the children's information
email_donors.py: Main program
gmailapi.py: Helper library that has all the code related to gmail
program-output.txt: stdout of the program