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
Shouldn't the general mail regex assume that after the "@" there's at least "letters" "dot" "letters" once?
No, it can not assume that. You can be delivering mail to "localhost", or you can have a special DNS that does not have a tld (the part after the dot).
Hi,
I have just validated with simple invalid email and it is showing as valid one. Could you explain and fix?
`>>> from validate_email import validate_email
`
The text was updated successfully, but these errors were encountered: