inomon / MailHog-MDA

Experimental mail delivery agent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MailHog MDA GoDoc Build Status

A experimental distributed mail delivery agent (MDA) based on MailHog.

Documentation is incomplete and its barely configurable.

Current features:

  • None

Contributing

Clone this repository to $GOPATH/src/github.com/mailhog/MailHog-MDA and type make deps.

Requires Go 1.2+ to build.

Run tests using make test or goconvey.

If you make any changes, run go fmt ./... before submitting a pull request.

Licence

Copyright ©‎ 2015, Ian Kent (http://iankent.uk)

Released under MIT license, see LICENSE for details.

About

Experimental mail delivery agent

License:MIT License


Languages

Language:Go 91.7%Language:Makefile 8.3%