• Stars
    star
    5
  • Rank 2,771,045 (Top 57 %)
  • Language
    Go
  • License
    MIT License
  • Created about 8 years ago
  • Updated about 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Print mail to stdout

mat

A little mail tester daemon written in Go.

Ported from mt.

Description

mat fakes a SMTP server and prints incoming emails to stdout.

Installation

go get github.com/frodsan/mat

Usage

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!

License

mat is released under the MIT License.