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 @@ -554,7 +554,6 @@ and headers.
554554 mailer :
555555 envelope :
556556 sender : ' fabien@example.com'
557- # sender: 'Fabien <fabien@example.com>' (use this to add a display name)
558557 recipients : ['foo@example.com', 'bar@example.com']
559558 headers :
560559 From : ' Fabien <fabien@example.com>'
@@ -577,8 +576,6 @@ and headers.
577576 <framework : mailer >
578577 <framework : envelope >
579578 <framework : sender >fabien@example.com</framework : sender >
580- <!-- use this to add a display name:
581- <framework:sender>Fabien <fabien@example.com></framework:sender> -->
582579 <framework : recipients >foo@example.com</framework : recipients >
583580 <framework : recipients >bar@example.com</framework : recipients >
584581 </framework : envelope >
@@ -599,7 +596,6 @@ and headers.
599596 $mailer
600597 ->envelope()
601598 ->sender('fabien@example.com')
602- // ->sender('Fabien <fabien @example.com >') (use this to add a display name)
603599 ->recipients(['foo@example.com', 'bar@example.com'])
604600 ;
605601
You can’t perform that action at this time.
0 commit comments