8000 [Mime] remove phpdoc mentioning Utf8AddressEncoder by dmaicher · Pull Request #35999 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Mime] remove phpdoc mentioning Utf8AddressEncoder #35999

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/Symfony/Component/Mime/Encoder/IdnAddressEncoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
* SMTP servers.
*
* This encoder does not support email addresses with non-ASCII characters in
* local-part (the substring before @). To send to such addresses, use
* Utf8AddressEncoder together with SmtpUtf8Handler. Your outbound SMTP server must support
* the SMTPUTF8 extension.
* local-part (the substring before @).
*
* @author Christian Schmidt
*/
Expand Down
0