Skip to content
/ TMS Public

TMS is a temporary mail server written in python that will capture all emails sent and display the messages in a web client.

Notifications You must be signed in to change notification settings

bmaynard/TMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TMS (Temporary Mail Server)

TMS is a temporary mail server that will capture any mail server sent to the server, save it a sqlite3 database and provides a front end web client to view the email messages.

Install TMS

TMS requires the following module to be installed:

If you need to change any settings eg: smtp or web port, set the username/password for the web client then you can edit the conf/settings.py file.

Running TMS

Run the following command to start the TMS server.

python tms.py

Now set your application to send email to the ip and port of the TMS server. You can visit the web client by going to:

http://localhost:8181

Notes

If you want to use basic http authentication to login into the web client, then change USERNAME and PASSWORD variables in conf/settings.py. Setting USERNAME to False will turn of the authentication mode.

About

TMS is a temporary mail server written in python that will capture all emails sent and display the messages in a web client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages