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
Consider the following email: "hello@world"@google.com. Per RFC-5322, this is definitely a valid email address. It also passes Symfony's default email validation.
However, when the validator attempts to parse the hostname (for the MX & hostname checks), it slices up the email address based on the location of the first@ symbol rather than the last one.
The text was updated successfully, but these errors were encountered:
Consider the following email: "hello@world"@google.com. Per RFC-5322, this is definitely a valid email address. It also passes Symfony's default email validation.
However, when the validator attempts to parse the hostname (for the MX & hostname checks), it slices up the email address based on the location of the first
@
symbol rather than the last one.The text was updated successfully, but these errors were encountered: