[Mime] remove phpdoc mentioning Utf8AddressEncoder

that class does not exist.
This commit is contained in:
David Maicher 2020-03-08 11:36:03 +01:00 committed by Fabien Potencier
parent c1ed1007cd
commit a85fb6c496
1 changed files with 1 additions and 3 deletions

View File

@ -20,9 +20,7 @@ use Symfony\Component\Mime\Exception\AddressEncoderException;
* SMTP servers. * SMTP servers.
* *
* This encoder does not support email addresses with non-ASCII characters in * This encoder does not support email addresses with non-ASCII characters in
* local-part (the substring before @). To send to such addresses, use * local-part (the substring before @).
* Utf8AddressEncoder together with SmtpUtf8Handler. Your outbound SMTP server must support
* the SMTPUTF8 extension.
* *
* @author Christian Schmidt * @author Christian Schmidt
*/ */