# Does not work with gmail, for that use SMTP_SSL from smtplib import SMTP with SMTP("domain.org") as smtp: smtp.noop()