fromAddress = 'sender@example.com'toAddress = 'me@my.domain'msg = "Subject: HellonnThis is the body of the message."import smtplibserver = smtplib.SMTP("localhost", 25)server.sendmail(fromAddress, toAddress, msg)
Name (required)
email (will not be published) (required)
Website