From b54dcb9f0b5600a4397126a6dc9ff8d790f17510 Mon Sep 17 00:00:00 2001 From: Sebastian Paczkowski <74934099+sebpacz@users.noreply.github.com> Date: Wed, 24 Nov 2021 20:17:25 +0100 Subject: [PATCH] [Mailer] Remove duplicate semicolon --- mailer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailer.rst b/mailer.rst index 807d5739b72..789b56d6b99 100644 --- a/mailer.rst +++ b/mailer.rst @@ -324,7 +324,7 @@ header, etc.) but most of the times you'll set text headers:: ->getHeaders() // this header tells auto-repliers ("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'); + ->addTextHeader('X-Auto-Response-Suppress', 'OOF, DR, RN, NRN, AutoReply') // ... ;