Skip to content

Commit 18fcac7

Browse files
Rewording
1 parent b43716b commit 18fcac7

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
@@ -325,8 +325,8 @@ header, etc.) but most of the times you'll set text headers::
325325
// this non-standard header tells compliant autoresponders ("email holiday mode") to not
326326
// reply to this message because it's an automated email
327327
->addTextHeader('X-Auto-Response-Suppress', 'OOF, DR, RN, NRN, AutoReply')
328-
// to add multiple values for an `In-Reply-To` or `References` header
329-
// you can pass an array
328+
// use an array if you want to add a header with multiple values
329+
// (for example in the "References" or "In-Reply-To" header)
330330
->addIdHeader('References', ['123@example.com', '456@example.com']);
331331
// ...
332332
;

0 commit comments

Comments
 (0)