Post Certificates and send mails using gmail smtp
- Basic syntax
- certMan.py $gmail_ID $Pass [options]
- Debug syntax
-
$ python3 -m smtpd -c DebuggingServer -n localhost:1025(run in a background terminal)
$ certMan.py -d
- -d
- debug server(needs localhost smtp)
- -v
- shows verbose output
- -c
- use custom input
- -n
- no file upload, only post message
- clone the repo
- run locMan.py with your certificate template as template.jpg
- confirm location of the drawn text or change the location(x,y)
- go to your google account and enable less secure apps(remember to turn off later)
- put the name-email list as participants.csv in this folder
- customize the fields in the file
- run command and send mails!!