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 @@ -502,7 +502,6 @@ and headers.
502
502
mailer :
503
503
envelope :
504
504
sender : ' fabien@example.com'
505
- # sender: 'Fabien <fabien@example.com>' (use this to add a display name)
506
505
recipients : ['foo@example.com', 'bar@example.com']
507
506
headers :
508
507
From : ' Fabien <fabien@example.com>'
@@ -525,8 +524,6 @@ and headers.
525
524
<framework : mailer >
526
525
<framework : envelope >
527
526
<framework : sender >fabien@example.com</framework : sender >
528
- <!-- use this to add a display name:
529
- <framework:sender>Fabien <fabien@example.com></framework:sender> -->
530
527
<framework : recipients >foo@example.com</framework : recipients >
531
528
<framework : recipients >bar@example.com</framework : recipients >
532
529
</framework : envelope >
@@ -547,7 +544,6 @@ and headers.
547
544
$mailer
548
545
->envelope()
549
546
->sender('fabien@example.com')
550
- // ->sender('Fabien <fabien @example.com >') (use this to add a display name)
551
547
->recipients(['foo@example.com', 'bar@example.com'])
552
548
;
553
549
You can’t perform that action at this time.
0 commit comments