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 @@ -502,7 +502,6 @@ and headers.
502502 mailer :
503503 envelope :
504504 sender : ' fabien@example.com'
505- # sender: 'Fabien <fabien@example.com>' (use this to add a display name)
506505 recipients : ['foo@example.com', 'bar@example.com']
507506 headers :
508507 From : ' Fabien <fabien@example.com>'
@@ -525,8 +524,6 @@ and headers.
525524 <framework : mailer >
526525 <framework : envelope >
527526 <framework : sender >fabien@example.com</framework : sender >
528- <!-- use this to add a display name:
529- <framework:sender>Fabien <fabien@example.com></framework:sender> -->
530527 <framework : recipients >foo@example.com</framework : recipients >
531528 <framework : recipients >bar@example.com</framework : recipients >
532529 </framework : envelope >
@@ -547,7 +544,6 @@ and headers.
547544 $mailer
548545 ->envelope()
549546 ->sender('fabien@example.com')
550- // ->sender('Fabien <fabien @example.com >') (use this to add a display name)
551547 ->recipients(['foo@example.com', 'bar@example.com'])
552548 ;
553549
You can’t perform that action at this time.
0 commit comments