Skip to content

Commit

Permalink
minor #20621 [Mailer] Minor reformating (ThomasLandauer)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
javiereguiluz committed Feb 6, 2025
2 parents 21c28b8 + a95a580 commit bc06b51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mailer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -572,8 +572,8 @@ header, etc.) but most of the times you'll set text headers::

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

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

0 comments on commit bc06b51

Please sign in to comment.