Project

mt

0.01
No commit activity in last 3 years
No release in over 3 years
Fake a SMTP server and print email to stdout.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

mt

Mail tester daemon.

Description

Fake a SMTP server and print email to stdout.

It binds to port 25 by default, so probably you will have to sudo it. If you want to run it in a different port, pass the port number as the first argument.

Examples

$ mt

# Email contents will be displayed here.

$ mt 2525

# Tell mt to bind to port 2525 instead.

$ mt &

# Run it in the background.

Installation

You can install it using rubygems.

$ gem install mt