File tree 1 file changed +6
-6
lines changed
Filter options
1 file changed +6
-6
lines changed
Original file line number Diff line number Diff line change @@ -492,8 +492,8 @@ and headers.
492
492
sender : ' fabien@example.com'
493
493
recipients : ['foo@example.com', 'bar@example.com']
494
494
headers :
495
- from : ' Fabien <fabien@example.com>'
496
- bcc : ' baz@example.com'
495
+ From : ' Fabien <fabien@example.com>'
496
+ Bcc : ' baz@example.com'
497
497
X-Custom-Header : ' foobar'
498
498
499
499
.. code-block :: xml
@@ -515,8 +515,8 @@ and headers.
515
515
<framework : recipients >foo@example.com</framework : recipients >
516
516
<framework : recipients >bar@example.com</framework : recipients >
517
517
</framework : envelope >
518
- <framework : header name =" from " >Fabien < fabien@example.com> </framework : header >
519
- <framework : header name =" bcc " >baz@example.com</framework : header >
518
+ <framework : header name =" From " >Fabien < fabien@example.com> </framework : header >
519
+ <framework : header name =" Bcc " >baz@example.com</framework : header >
520
520
<framework : header name =" X-Custom-Header" >foobar</framework : header >
521
521
</framework : mailer >
522
522
</framework : config >
@@ -535,8 +535,8 @@ and headers.
535
535
->recipients(['foo@example.com', 'bar@example.com'])
536
536
;
537
537
538
- $mailer->header('from ')->value('Fabien <fabien @example.com >');
539
- $mailer->header('bcc ')->value('baz@example.com');
538
+ $mailer->header('From ')->value('Fabien <fabien @example.com >');
539
+ $mailer->header('Bcc ')->value('baz@example.com');
540
540
$mailer->header('X-Custom-Header')->value('foobar');
541
541
};
542
542
You can’t perform that action at this time.
0 commit comments