Will generate a list of Participation Certificate and also send emails to them
pip3 install -r requirements.txt
make
./.envin following formatEMAIL = <your_email> PASSWORD = <your_password>update
contact_list.csvwith the following formatperson1_name,person1_emailperson2_name,person2_email ...
edit
MAIL_SUBJECT,CC, andBCCupdate
./message.txtto setup the message format according to Template Stringrun
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 [ ]