From a85fb6c496fd3983d07fe7378f135e7898d1ecc9 Mon Sep 17 00:00:00 2001 From: David Maicher Date: Sun, 8 Mar 2020 11:36:03 +0100 Subject: [PATCH] [Mime] remove phpdoc mentioning Utf8AddressEncoder that class does not exist. --- src/Symfony/Component/Mime/Encoder/IdnAddressEncoder.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Symfony/Component/Mime/Encoder/IdnAddressEncoder.php b/src/Symfony/Component/Mime/Encoder/IdnAddressEncoder.php index 1c5e32c06941..cdd5d4cade81 100644 --- a/src/Symfony/Component/Mime/Encoder/IdnAddressEncoder.php +++ b/src/Symfony/Component/Mime/Encoder/IdnAddressEncoder.php @@ -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 */