Skip to content

Commit bfd060d

Browse files
committed
Merge branch '6.4' into 7.2
* 6.4: [Mailer] Minor reformating
2 parents 315e06a + bc06b51 commit bfd060d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mailer.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -609,8 +609,8 @@ header, etc.) but most of the times you'll set text headers::
609609

610610
$email = (new Email())
611611
->getHeaders()
612-
// this non-standard header tells compliant autoresponders ("email holiday mode") to not
613-
// reply to this message because it's an automated email
612+
// this non-standard header tells compliant autoresponders ("email holiday mode")
613+
// to not reply to this message because it's an automated email
614614
->addTextHeader('X-Auto-Response-Suppress', 'OOF, DR, RN, NRN, AutoReply')
615615

616616
// use an array if you want to add a header with multiple values

0 commit comments

Comments
 (0)