File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -522,7 +522,6 @@ and headers.
522
522
mailer :
523
523
envelope :
524
524
sender : ' fabien@example.com'
525
- # sender: 'Fabien <fabien@example.com>' (use this to add a display name)
526
525
recipients : ['foo@example.com', 'bar@example.com']
527
526
headers :
528
527
From : ' Fabien <fabien@example.com>'
@@ -545,8 +544,6 @@ and headers.
545
544
<framework : mailer >
546
545
<framework : envelope >
547
546
<framework : sender >fabien@example.com</framework : sender >
548
- <!-- use this to add a display name:
549
- <framework:sender>Fabien <fabien@example.com></framework:sender> -->
550
547
<framework : recipients >foo@example.com</framework : recipients >
551
548
<framework : recipients >bar@example.com</framework : recipients >
552
549
</framework : envelope >
@@ -567,7 +564,6 @@ and headers.
567
564
$mailer
568
565
->envelope()
569
566
->sender('fabien@example.com')
570
- // ->sender('Fabien <fabien @example.com >') (use this to add a display name)
571
567
->recipients(['foo@example.com', 'bar@example.com'])
572
568
;
573
569
You can’t perform that action at this time.
0 commit comments