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
Currently validate_email raises an exception on valid emails with the form john.smith(comment)@example.com and (comment)john.smith@example.com due to the parenthesis, which are actually valid at the beginning and end of the local portion of the email address.