Skip to content

Commit 25b24d8

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: remove display names from envelope headers
2 parents b400cf8 + 25d7f17 commit 25b24d8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

mailer.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,6 @@ and headers.
522522
mailer:
523523
envelope:
524524
525-
# sender: 'Fabien <[email protected]>' (use this to add a display name)
526525
527526
headers:
528527
From: 'Fabien <[email protected]>'
@@ -545,8 +544,6 @@ and headers.
545544
<framework:mailer>
546545
<framework:envelope>
547546
<framework:sender>[email protected]</framework:sender>
548-
<!-- use this to add a display name:
549-
<framework:sender>Fabien &lt;[email protected]&gt;</framework:sender> -->
550547
<framework:recipients>[email protected]</framework:recipients>
551548
<framework:recipients>[email protected]</framework:recipients>
552549
</framework:envelope>
@@ -567,7 +564,6 @@ and headers.
567564
$mailer
568565
->envelope()
569566
->sender('[email protected]')
570-
// ->sender('Fabien <fabien@example.com>') (use this to add a display name)
571567
572568
;
573569

0 commit comments

Comments
 (0)