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
we are using your RFCValidation (Package version 2.1.25) through the laravel-framework validation and found a problem. Some customers entered their email address with a whitespace before or after the "@" separating the local and domain part. In our opinion this should not be valid according to RFC.
currently
name@domain.com -> valid
name @domain.com -> valid
name@ domain.com -> valid
name @ domain.com -> valid
should be
name@domain.com -> valid
name @domain.com -> invalid
name@ domain.com -> invalid
name @ domain.com -> invalid
kind regards
Torben
The text was updated successfully, but these errors were encountered:
Hello,
we are using your RFCValidation (Package version 2.1.25) through the laravel-framework validation and found a problem. Some customers entered their email address with a whitespace before or after the "@" separating the local and domain part. In our opinion this should not be valid according to RFC.
currently
should be
kind regards
Torben
The text was updated successfully, but these errors were encountered: