diff --git a/mailer.rst b/mailer.rst index de7c6ee8e30..cc0176a2f09 100644 --- a/mailer.rst +++ b/mailer.rst @@ -328,8 +328,9 @@ header, etc.) but most of the times you'll set text headers:: // use an array if you want to add a header with multiple values // (for example in the "References" or "In-Reply-To" header) - ->addIdHeader('References', ['123@example.com', '456@example.com']); - // ... + ->addIdHeader('References', ['123@example.com', '456@example.com']) + + // ... ; Message Contents