Skip to content

Commit 00a781f

Browse files
Update mailer.rst: Changing order of tips
Page: https://symfony.com/doc/current/mailer.html#email-addresses Reason: Bring the 2 IDN-related tips together.
1 parent 977be32 commit 00a781f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mailer.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -560,17 +560,17 @@ both strings or address objects::
560560
// ...
561561
;
562562

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-
568563
.. tip::
569564

570565
Instead of calling ``->from()`` *every* time you create a new email, you can
571566
:ref:`configure emails globally <mailer-configure-email-globally>` to set the
572567
same ``From`` email to all messages.
573568

569+
.. versionadded:: 7.2
570+
571+
Support for non-ASCII email addresses (e.g. ``jânë.dœ@ëxãmplę.com``)
572+
was introduced in Symfony 7.2.
573+
574574
.. note::
575575

576576
The local part of the address (what goes before the ``@``) can include UTF-8

0 commit comments

Comments
 (0)