Sending emails with Python via Google's SMTP or Amazon SES server

Comments (in chronological order):

Reply to the article

Name:

Your comment:


Enter this:

Timothy Olaleke said:...
I think this should be:

server = smtplib.SMTP(SMTP_HOST, SMTP_PORT)
10/15/2018 2:09
Jagjit Singh said:...
How can we send using HTML Emails using this script? Please advise, otherwise it works very well. Thank you.
10/20/2019 9:33