From ff43b43e5208aa1dfefebbf59ce089ee14b3d1bc Mon Sep 17 00:00:00 2001 From: Vladislav Trotsenko Date: Wed, 8 Dec 2021 07:06:52 +0200 Subject: [PATCH] Add smtpmock (#3926) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index af654875..a40436cb 100644 --- a/README.md +++ b/README.md @@ -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)**