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 @@ -522,7 +522,6 @@ and headers.
522522 mailer :
523523 envelope :
524524 sender : ' fabien@example.com'
525- # sender: 'Fabien <fabien@example.com>' (use this to add a display name)
526525 recipients : ['foo@example.com', 'bar@example.com']
527526 headers :
528527 From : ' Fabien <fabien@example.com>'
@@ -545,8 +544,6 @@ and headers.
545544 <framework : mailer >
546545 <framework : envelope >
547546 <framework : sender >fabien@example.com</framework : sender >
548- <!-- use this to add a display name:
549- <framework:sender>Fabien <fabien@example.com></framework:sender> -->
550547 <framework : recipients >foo@example.com</framework : recipients >
551548 <framework : recipients >bar@example.com</framework : recipients >
552549 </framework : envelope >
@@ -567,7 +564,6 @@ and headers.
567564 $mailer
568565 ->envelope()
569566 ->sender('fabien@example.com')
570- // ->sender('Fabien <fabien @example.com >') (use this to add a display name)
571567 ->recipients(['foo@example.com', 'bar@example.com'])
572568 ;
573569
You can’t perform that action at this time.
0 commit comments