Posts Tagged ‘Temporary Mail Server’

TMS (Temporary Mail Server)

Saturday, February 19th, 2011

TMS is a temporary mail server written in python. What does it do? Well TMS will capture any emails sent to the server and will save the message into a database which can be viewed by visiting the web client. The server will never actually send the email to the recipient so TMS is great if you have a web application that is sending emails that you want to see the message and/or don’t want the email to reach the recipient.

GitHub Link: https://github.com/bmaynard/TMS/

Screenshots:

Any feedback is appreciated!