Popularity
0.4
Declining
Activity
0.0
Stable
5
1
0

Description

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

Programming language: Go
License: MIT License
Tags: Testing     SMTP     Mailing    

mat alternatives and similar packages

Based on the "Testing" category.
Alternatively, view mat alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of mat or a related project?

Add another 'Testing' Package

README

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.


*Note that all licence references and agreements mentioned in the mat README section above are relevant to that project's source code only.