Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 979043e

Browse filesBrowse files
committed
minor #20432 [Mailer] Update mailer.rst: Changing order of tips (ThomasLandauer)
This PR was merged into the 7.2 branch. Discussion ---------- [Mailer] 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. Commits ------- 00a781f Update mailer.rst: Changing order of tips
2 parents c7babc8 + 00a781f commit 979043e
Copy full SHA for 979043e

File tree

Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed

‎mailer.rst

Copy file name to clipboardExpand all lines: mailer.rst
+5-5Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.