File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -552,8 +552,8 @@ and headers.
552
552
sender : ' fabien@example.com'
553
553
recipients : ['foo@example.com', 'bar@example.com']
554
554
headers :
555
- from : ' Fabien <fabien@example.com>'
556
- bcc : ' baz@example.com'
555
+ From : ' Fabien <fabien@example.com>'
556
+ Bcc : ' baz@example.com'
557
557
X-Custom-Header : ' foobar'
558
558
559
559
.. code-block :: xml
@@ -575,8 +575,8 @@ and headers.
575
575
<framework : recipients >foo@example.com</framework : recipients >
576
576
<framework : recipients >bar@example.com</framework : recipients >
577
577
</framework : envelope >
578
- <framework : header name =" from " >Fabien < fabien@example.com> </framework : header >
579
- <framework : header name =" bcc " >baz@example.com</framework : header >
578
+ <framework : header name =" From " >Fabien < fabien@example.com> </framework : header >
579
+ <framework : header name =" Bcc " >baz@example.com</framework : header >
580
580
<framework : header name =" X-Custom-Header" >foobar</framework : header >
581
581
</framework : mailer >
582
582
</framework : config >
@@ -595,8 +595,8 @@ and headers.
595
595
->recipients(['foo@example.com', 'bar@example.com'])
596
596
;
597
597
598
- $mailer->header('from ')->value('Fabien <fabien @example.com >');
599
- $mailer->header('bcc ')->value('baz@example.com');
598
+ $mailer->header('From ')->value('Fabien <fabien @example.com >');
599
+ $mailer->header('Bcc ')->value('baz@example.com');
600
600
$mailer->header('X-Custom-Header')->value('foobar');
601
601
};
602
602
You can’t perform that action at this time.
0 commit comments