I need a Python code or the modules needed to help me to validate emails in different stages like the provided image ex:
- Email address syntax checking.
- Domain/MX records checking.
- Role address detection.
- Disposable email address (DEA) detection.
- Free email service detection.
- Typo detection and suggestion.
- Accept all email checking.
- Mailbox existence checking.
the problem is that all the codes I have tested used third-party API or just validated the email syntax
thanks