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