Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 847 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 847 Bytes

Ceritificate Generator

Will generate a list of Participation Certificate and also send emails to them

Steps (WIP)

  1. pip3 install -r requirements.txt
  2. make ./.env in following format

    EMAIL = <your_email>
    PASSWORD = <your_password>
    
  3. update contact_list.csv with the following format

    person1_name,person1_email
    person2_name,person2_email
    ...
    
  4. edit MAIL_SUBJECT, CC, and BCC

  5. update ./message.txt to setup the message format according to Template String

  6. run main.py

Note for sending mail via gmail

gmail blocks this scripted mail send behavior, to allow this go to Google Account Setting -> Security -> Less Secure App Access -> Turn On

To Do

  • Gmail API [ ]