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
Description
Since Symfony Mailer is using egulias/email-validator to validate email addresses, I'm suggesting to make this the default for Assert\Email.
Why? When using a framework to let users enter their email address, my minimum expectation would be that the very same framework is able to send an email there ;-) In other words: Symfony needs to stay consistent.
See #41850 for an example I encountered in production - but I'm sure there are better ones ;-)