I want to validate the email in all possible ways. I've checked many posts on Stackoverflow, and most of the answers suggest using Regex, but it does not validate domain names. For example,if I enter [email protected], it validates as the correct one. I also checked the email_validator package, which also did not give the solution. Is there any method to solve my problem?
I look forward to your answers.