Will generate a list of Participation Certificate and also send emails to them
-
pip3 install -r requirements.txt
-
make
./.env
in following formatEMAIL = <your_email> PASSWORD = <your_password>
-
update
contact_list.csv
with the following formatperson1_name,person1_email person2_name,person2_email ...
-
edit
MAIL_SUBJECT
,CC
, andBCC
-
update
./message.txt
to setup the message format according to Template String -
run
main.py
gmail blocks this scripted mail send behavior, to allow this go to Google Account Setting -> Security -> Less Secure App Access -> Turn On
- Gmail API [ ]