A little mail tester daemon written in Go.
Ported from mt.
mat
fakes a SMTP server and prints incoming emails to stdout.
go get github.com/frodsan/mat
By default, it uses port 2525.
$ mat
Listening on port 2525
---
from: [email protected]
to: [email protected]
Reply-To:
subject: =?utf-8?Q?Hi?=
Message-ID: <[email protected]>
Date: Fri, 25 Mar 2016 10:21:21 -0500
Hi!
mat is released under the MIT License.