Description
mat fakes a SMTP server and prints incoming emails to stdout.
mat alternatives and similar packages
Based on the "Testing" category.
Alternatively, view mat alternatives based on common mentions on social networks and blogs.
-
Testcontainers-go
Testcontainers for Go is a Go package that makes it simple to create and clean up container-based dependencies for automated integration/smoke tests. The clean, easy-to-use API enables developers to programmatically define containers that should be run as part of a test and clean up those resources when the test is done. -
realize
Realize is the #1 Golang Task Runner which enhance your workflow by automating the most common tasks and using the best performing Golang live reloading. -
dockertest
Write better integration tests! Dockertest helps you boot up ephermal docker images for your Go tests with minimal work. -
selenoid
Selenium Hub successor running browsers within containers. Scalable, immutable, self hosted Selenium-Grid on any platform with single binary. -
hoverfly
Lightweight service virtualization/ API simulation / API mocking tool for developers and testers -
playwright-go
Playwright for Go a browser automation library to control Chromium, Firefox and WebKit with a single API. -
gnomock
Test your code without writing mocks with ephemeral Docker containers 📦 Setup popular services with just a couple lines of code ⏱️ No bash, no yaml, only code 💻 -
embedded-postgres
Run a real Postgres database locally on Linux, OSX or Windows as part of another Go application or test -
cdp
Package cdp provides type-safe bindings for the Chrome DevTools Protocol (CDP), written in the Go programming language. -
gotest.tools
A collection of packages to augment the go testing package and support common patterns. -
testza
Full-featured test framework for Go! Assertions, fuzzing, input testing, output capturing, and much more! 🍕 -
go-testdeep
Extremely flexible golang deep comparison, extends the go testing package, tests HTTP APIs and provides tests suite
CodeRabbit: AI Code Reviews for Developers
Do you think we are missing an alternative of mat or a related project?
Popular Comparisons
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.