add: truemail (#4071)

This commit is contained in:
Vladislav Trotsenko 2022-03-01 19:01:12 +02:00 committed by GitHub
parent 4322f8de13
commit 209acdf9e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -849,6 +849,7 @@ _Libraries and tools that implement email creation and sending._
- [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.
- [truemail-go](https://github.com/truemail-rb/truemail-go) - Configurable Golang email validator/verifier. Verify email via Regex, DNS, SMTP and even more.
**[⬆ back to top](#contents)**