/SMTP-client-python

send emails using template to different contacts.

Primary LanguagePython

SMTP-client-python

send emails using template to different contacts.

about

this program will send an email to different users by using 2 text files (as mentioned in the code comments) one will contain contacts name and e-mail address and the other will contain the email template you want to send. it uses 2 main libraries -smtplib and -mail.MIME. the code is open-source feel free to clone it and make modifications to it.