Skip to content

matiasow/mt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Mail tester daemon.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%