Skip to content

Instantly share code, notes, and snippets.

View jeaneric's full-sized avatar

jeaneric

  • AECOM
  • Gaspé, Québec, Canada
View GitHub Profile
@jeaneric
jeaneric / smtp_relay.py
Last active December 31, 2015 23:29 — forked from TheBHump/smtp_relay.py
"""
SMTP->SES Relay Server
Author: Brian Humphrey, Loku.com
E-mail: bhump@loku.com
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