https://github.com/gomicro/postal
A library for mocking smtp calls
https://github.com/gomicro/postal
golang mock smtp tdd testing testing-library
Last synced: 4 months ago
JSON representation
A library for mocking smtp calls
- Host: GitHub
- URL: https://github.com/gomicro/postal
- Owner: gomicro
- License: mit
- Created: 2016-12-07T09:28:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-16T03:14:45.000Z (almost 5 years ago)
- Last Synced: 2025-08-15T03:58:52.312Z (11 months ago)
- Topics: golang, mock, smtp, tdd, testing, testing-library
- Language: Go
- Size: 1.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Postal
[](https://travis-ci.org/gomicro/postal)
[](https://goreportcard.com/report/github.com/gomicro/postal)
[](https://godoc.org/github.com/gomicro/postal)
[](https://github.com/gomicro/postal/blob/master/LICENSE.md)
[](https://github.com/gomicro/postal/releases/latest)
Postal is a mocked SMTP mailer.
# Requirements
Golang version 1.6 or higher
# Installation
```
go get github.com/gomicro/postal
```
# Usage
See the [examples](https://godoc.org/github.com/gomicro/postal#pkg-examples) within the docs for ways to use the library.
# Versioning
The library will be versioned in accordance with [Semver 2.0.0](http://semver.org). See the [releases](https://github.com/gomicro/postal/releases) section for the latest version. Until version 1.0.0 the libary is considered to be unstable.
It is always highly recommended to vendor the version you are using.
# License
See [LICENSE.md](./LICENSE.md) for more information.