Add smtpmock (#3926)

This commit is contained in:
Vladislav Trotsenko 2021-12-08 07:06:52 +02:00 committed by GitHub
parent 3411088d4e
commit ff43b43e52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -790,6 +790,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [MailHog](https://github.com/mailhog/MailHog) - Email and SMTP testing with web and API interface.
* [SendGrid](https://github.com/sendgrid/sendgrid-go) - SendGrid's Go library for sending email.
* [smtp](https://github.com/mailhog/smtp) - SMTP server protocol state machine.
* [smtpmock](https://github.com/mocktools/go-smtp-mock) - Lightweight configurable multithreaded fake SMTP server. Mimic any SMTP behaviour for your test environment.
**[⬆ back to top](#contents)**