Add go-email-validator (#3418)

* Add go-email-validator

* Add point in the end of sentence
This commit is contained in:
Ilia Sergunin 2021-01-13 21:04:10 +03:00 committed by GitHub
parent 205f73175e
commit c8ae183697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -671,6 +671,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [email](https://github.com/jordan-wright/email) - A robust and flexible email library for Go.
* [email-verifier](https://github.com/AfterShip/email-verifier) - A Go library for email verification without sending any emails.
* [go-dkim](https://github.com/toorop/go-dkim) - DKIM library, to sign & verify email.
* [go-email-validator](https://github.com/go-email-validator/go-email-validator) - Modular email validator for syntax, disposable, smtp, etc... checking.
* [go-imap](https://github.com/emersion/go-imap) - IMAP library for clients and servers.
* [go-message](https://github.com/emersion/go-message) - Streaming library for the Internet Message Format and mail messages.
* [go-premailer](https://github.com/vanng822/go-premailer) - Inline styling for HTML mail in Go.