File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -554,7 +554,6 @@ and headers.
554
554
mailer :
555
555
envelope :
556
556
sender : ' fabien@example.com'
557
- # sender: 'Fabien <fabien@example.com>' (use this to add a display name)
558
557
recipients : ['foo@example.com', 'bar@example.com']
559
558
headers :
560
559
From : ' Fabien <fabien@example.com>'
@@ -577,8 +576,6 @@ and headers.
577
576
<framework : mailer >
578
577
<framework : envelope >
579
578
<framework : sender >fabien@example.com</framework : sender >
580
- <!-- use this to add a display name:
581
- <framework:sender>Fabien <fabien@example.com></framework:sender> -->
582
579
<framework : recipients >foo@example.com</framework : recipients >
583
580
<framework : recipients >bar@example.com</framework : recipients >
584
581
</framework : envelope >
@@ -599,7 +596,6 @@ and headers.
599
596
$mailer
600
597
->envelope()
601
598
->sender('fabien@example.com')
602
- // ->sender('Fabien <fabien @example.com >') (use this to add a display name)
603
599
->recipients(['foo@example.com', 'bar@example.com'])
604
600
;
605
601
You can’t perform that action at this time.
0 commit comments