Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature #58361 [Mailer][Mime] Support unicode email addresses (arnt, …
…OskarStark) This PR was merged into the 7.2 branch. Discussion ---------- [Mailer][Mime] Support unicode email addresses | Q | A | ------------- | --- | Branch? | 7.2 | Bug fix? | no | New feature? | yes | Deprecations? | no | License | MIT This allows applications to send mail to all-Chinese email addresses, or like my test address grå`@gr`å.org. Code that uses Symfony needs no change and should experience no difference, although if the upstream MTA doesn't support it (most do by now) then an exception is thrown slightly later than before this change. Commits ------- b1deef8ff3 Reinstate the restriction that the sender's localpart must be all-ASCII. c11d6e068d Code style conformance and dependency updates. 3fbbb235d6 Resolve code review comments from stof and oska 8597c1ee8d Update src/Symfony/Component/Mime/Address.php 2d74b98061 Fix minor spelling error. 6f07a17bbf Send SMTPUTF8 if the message needs it and the server supports it. d43b8329f2 Add new accessors to help determine whether to use the SMTPUTF8 extension
- Loading branch information