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
Temporary lookup failure. This is confusing to users, who may try again and find that it works the second time. They should be explicitly asked to do so.
Missing MX record. This is very confusing to users, since they can receive email without MX and don't understand what is wrong. ValidEmail should explicitly point out that MX is missing.
Further, failure on missing MX should be optional and accepted as an init parameter.
The text was updated successfully, but these errors were encountered:
In the
ValidEmail
validator, we return the same error message regardless of what the diagnosis is. There are two situations where this is a problem:Temporary lookup failure. This is confusing to users, who may try again and find that it works the second time. They should be explicitly asked to do so.
Missing MX record. This is very confusing to users, since they can receive email without MX and don't understand what is wrong. ValidEmail should explicitly point out that MX is missing.
Further, failure on missing MX should be optional and accepted as an init parameter.
The text was updated successfully, but these errors were encountered: