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
Hi!
The Email validator is curretnly ussing php built-in filter_var. As you may know it allows for false negatives on emails like name@localhost.
Would you consider integrating https://github.com/egulias/EmailValidator for the validation? It has been added as a (soft)dependency in Symfony (symfony/symfony#9140).
Swiftmailer is considering it to.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi!
The Email validator is curretnly ussing php built-in filter_var. As you may know it allows for false negatives on emails like name@localhost.
Would you consider integrating https://github.com/egulias/EmailValidator for the validation? It has been added as a (soft)dependency in Symfony (symfony/symfony#9140).
Swiftmailer is considering it to.
Thanks!
—
Reply to this email directly or view it on GitHub.
Hi!
The Email validator is curretnly ussing php built-in
filter_var
. As you may know it allows for false negatives on emails likename@localhost
.Would you consider integrating https://github.com/egulias/EmailValidator for the validation? It has been added as a (soft)dependency in Symfony (symfony/symfony#9140).
Swiftmailer is considering it to.
Thanks!
The text was updated successfully, but these errors were encountered: