This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
SMTP->SES Relay Server | |
Author: Brian Humphrey, Loku.com | |
E-mail: [email protected] | |
Date: August 17, 2011 | |
A Lightweight SMTP server that accepts all messages and relays them to SES | |
Credit to http://www.doughellmann.com/PyMOTW/smtpd/ for a tutorial on smtpd with asyncore |