From a95a58058d0940d2c178604fa0eaadb90d6b2cae Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Thu, 6 Feb 2025 16:35:52 +0100 Subject: [PATCH] [Mailer] Minor reformating Page: https://symfony.com/doc/6.4/mailer.html#message-headers Reason: Code block too wide by one word ;-) --- mailer.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mailer.rst b/mailer.rst index 99778ccb8cd..53a6475a093 100644 --- a/mailer.rst +++ b/mailer.rst @@ -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