Description
Validate email address syntax and optional deliverability details from Python applications. It helps registration forms, account systems, and data import tools catch malformed addresses before storing or using them.
This is a validation library, not an email verification service. Deliverability checks may use DNS and still do not prove that a person controls the mailbox, so sensitive workflows need confirmation emails or stronger identity checks.