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 @@ -535,8 +535,8 @@ and headers.
535
535
sender : ' fabien@example.com'
536
536
recipients : ['foo@example.com', 'bar@example.com']
537
537
headers :
538
- from : ' Fabien <fabien@example.com>'
539
- bcc : ' baz@example.com'
538
+ From : ' Fabien <fabien@example.com>'
539
+ Bcc : ' baz@example.com'
540
540
X-Custom-Header : ' foobar'
541
541
542
542
.. code-block :: xml
@@ -558,8 +558,8 @@ and headers.
558
558
<framework : recipients >foo@example.com</framework : recipients >
559
559
<framework : recipients >bar@example.com</framework : recipients >
560
560
</framework : envelope >
561
- <framework : header name =" from " >Fabien < fabien@example.com> </framework : header >
562
- <framework : header name =" bcc " >baz@example.com</framework : header >
561
+ <framework : header name =" From " >Fabien < fabien@example.com> </framework : header >
562
+ <framework : header name =" Bcc " >baz@example.com</framework : header >
563
563
<framework : header name =" X-Custom-Header" >foobar</framework : header >
564
564
</framework : mailer >
565
565
</framework : config >
@@ -578,8 +578,8 @@ and headers.
578
578
->recipients(['foo@example.com', 'bar@example.com'])
579
579
;
580
580
581
- $mailer->header('from ')->value('Fabien <fabien @example.com >');
582
- $mailer->header('bcc ')->value('baz@example.com');
581
+ $mailer->header('From ')->value('Fabien <fabien @example.com >');
582
+ $mailer->header('Bcc ')->value('baz@example.com');
583
583
$mailer->header('X-Custom-Header')->value('foobar');
584
584
};
585
585
You can’t perform that action at this time.
0 commit comments