Skip to content

Commit bc06b51

Browse files
committed
minor #20621 [Mailer] Minor reformating (ThomasLandauer)
This PR was merged into the 6.4 branch. Discussion ---------- [Mailer] Minor reformating Page: https://symfony.com/doc/6.4/mailer.html#message-headers Reason: Code block too wide by one word ;-) Commits ------- a95a580 [Mailer] Minor reformating
2 parents 21c28b8 + a95a580 commit bc06b51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mailer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,8 +572,8 @@ header, etc.) but most of the times you'll set text headers::
572572

573573
$email = (new Email())
574574
->getHeaders()
575-
// this non-standard header tells compliant autoresponders ("email holiday mode") to not
576-
// reply to this message because it's an automated email
575+
// this non-standard header tells compliant autoresponders ("email holiday mode")
576+
// to not reply to this message because it's an automated email
577577
->addTextHeader('X-Auto-Response-Suppress', 'OOF, DR, RN, NRN, AutoReply')
578578

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

0 commit comments

Comments
 (0)