We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf2eba commit 4de67dfCopy full SHA for 4de67df
mailer.rst
@@ -161,6 +161,16 @@ both strings or address objects::
161
:class:`Symfony\\Component\\Mailer\\Event\\MessageEvent` event to set the
162
same ``From`` email to all messages.
163
164
+.. note::
165
+
166
+ The local part of the address (what goes before the ``@``) can include UTF-8
167
+ characters, except for the sender address (to avoid issues with bounced emails).
168
+ For example: ``föóbà[email protected]``, ``用户@example.com``, ``θσερ@example.com``, etc.
169
170
+ .. versionadded:: 5.2
171
172
+ Support for UTF-8 characters in email addresses was introduced in Symfony 5.2.
173
174
Multiple addresses are defined with the ``addXXX()`` methods::
175
176
$email = (new Email())
0 commit comments