from email.MIMEText import MIMETextmessage = """Hello,-- Anonymous"""msg = MIMEText(message)msg['To'] = 'recipient@example.com'msg['From'] = 'Test Sender <sender@example.com>'msg['Subject'] = 'Test Message'print msg.as_string()
Name (required)
email (will not be published) (required)
Website