Skip to content

Commit 0b180d5

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: [Mailer] Minor reformating
2 parents 86ea00e + bfd060d commit 0b180d5

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
@@ -661,8 +661,8 @@ header, etc.) but most of the times you'll set text headers::
661661

662662
$email = (new Email())
663663
->getHeaders()
664-
// this non-standard header tells compliant autoresponders ("email holiday mode") to not
665-
// reply to this message because it's an automated email
664+
// this non-standard header tells compliant autoresponders ("email holiday mode")
665+
// to not reply to this message because it's an automated email
666666
->addTextHeader('X-Auto-Response-Suppress', 'OOF, DR, RN, NRN, AutoReply')
667667

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

0 commit comments

Comments
 (0)