Skip to content

Commit a95a580

Browse files
[Mailer] Minor reformating
Page: https://symfony.com/doc/6.4/mailer.html#message-headers Reason: Code block too wide by one word ;-)
1 parent 21c28b8 commit a95a580

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)