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