Sending mission-critical emails in Python: SMTP or API?
This article compares sending email in Python using SMTP and API. SMTP is quick to set up—especially with a library like smtplib—but it won't scale as your app grows.
Continue reading • Greg Svoboda wrote in Email delivery