Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a95a580

Browse filesBrowse 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
Copy full SHA for a95a580

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎mailer.rst

Copy file name to clipboardExpand all lines: mailer.rst
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.