File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -494,6 +494,7 @@ and headers.
494
494
mailer :
495
495
envelope :
496
496
sender : ' fabien@example.com'
497
+ # sender: 'Fabien <fabien@example.com>' (use this to add a display name)
497
498
recipients : ['foo@example.com', 'bar@example.com']
498
499
headers :
499
500
From : ' Fabien <fabien@example.com>'
@@ -516,6 +517,8 @@ and headers.
516
517
<framework : mailer >
517
518
<framework : envelope >
518
519
<framework : sender >fabien@example.com</framework : sender >
520
+ <!-- use this to add a display name:
521
+ <framework:sender>Fabien <fabien@example.com></framework:sender> -->
519
522
<framework : recipients >foo@example.com</framework : recipients >
520
523
<framework : recipients >bar@example.com</framework : recipients >
521
524
</framework : envelope >
@@ -536,6 +539,7 @@ and headers.
536
539
$mailer
537
540
->envelope()
538
541
->sender('fabien@example.com')
542
+ // ->sender('Fabien <fabien @example.com >') (use this to add a display name)
539
543
->recipients(['foo@example.com', 'bar@example.com'])
540
544
;
541
545
You can’t perform that action at this time.
0 commit comments