You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.