From 46e4cf810944f70d804ec319915d41ac4b2d2042 Mon Sep 17 00:00:00 2001 From: jozo Date: Fri, 6 Dec 2024 13:04:34 +0100 Subject: [PATCH] Add email-validator --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5a7f5f89d..73bb14ac4 100644 --- a/README.md +++ b/README.md @@ -507,6 +507,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [yagmail](https://github.com/kootenpv/yagmail) - Yet another Gmail/SMTP client. * Others * [flanker](https://github.com/mailgun/flanker) - An email address and Mime parsing library. + * [email-validator](https://github.com/JoshData/python-email-validator) - A robust email address syntax and deliverability validation library for Python 3.8+. * [mailer](https://github.com/marrow/mailer) - High-performance extensible mail delivery framework. ## Environment Management