We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 977be32 commit 00a781fCopy full SHA for 00a781f
mailer.rst
@@ -560,17 +560,17 @@ both strings or address objects::
560
// ...
561
;
562
563
-.. versionadded:: 7.2
564
-
565
- Support for non-ASCII email addresses (e.g. ``jânë.dœ@ëxãmplę.com``)
566
- was introduced in Symfony 7.2.
567
568
.. tip::
569
570
Instead of calling ``->from()`` *every* time you create a new email, you can
571
:ref:`configure emails globally <mailer-configure-email-globally>` to set the
572
same ``From`` email to all messages.
573
+.. versionadded:: 7.2
+
+ Support for non-ASCII email addresses (e.g. ``jânë.dœ@ëxãmplę.com``)
+ was introduced in Symfony 7.2.
574
.. note::
575
576
The local part of the address (what goes before the ``@``) can include UTF-8
0 commit comments