Email Verifier
Mark-Finley/email-verifier
This project is a simple web-based email verifier built with Django. It allows users to input an email address and checks its validity by verifying the format and checking for valid MX records (mail server) using DNS. This tool helps ensure that an email address is properly formatted and can receive mail, providing real-time feedback to users.
Python