/fakemail

A very simple SMTP server for testing. It writes all received mails to a local directory.

Primary LanguageGoMIT LicenseMIT

A simple SMTP server that writes all mails to disk. This may be useful for testing and was an excuse to try out go.

I mainly made this for myself, but maybe someone else might find it useful. I only tested it under Linux so far.

Usage

$ fakemail -port=25250 -output=/some/directory