Home

Awesome

MailHog

Inspired by MailCatcher, easier to install.

Based on Mojolicious, born out of M3MTA.

** No longer under development - see Go-MailHog **

Requirements

Getting started

Install dependencies:

cpanm --installdeps .

Start MailHog:

./bin/mailhog daemon --listen http://*:3000

The port specified is the Mojolicious application port, which currently does very little but will become the web UI to MailHog.

SMTP server

The SMTP server will attempt to listen on port 25 by default.

All SMTP configuration is currently in lib/MailHog.pm.

Development and production mode

Like any other Mojolicious application, you can start MailHog using morbo or hypnotoad.

You can also use any existing Mojolicious plugins in MailHog.

To-do

Contributing

Fork and send a pull request!

Licence

Copyright ©‎ 2014, Ian Kent (http://www.iankent.eu).

Released under MIT license, see LICENSE for details.