Shacklebolt13 / CertMan

Post Certificates and send mails using gmail smtp
GNU General Public License v3.0
2 stars 2 forks source link
hacktoberfest

CertMan

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
Options:
-d
debug server(needs localhost smtp)
-v
shows verbose output
-c
use custom input
-n
no file upload, only post message

usage: