Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions mailer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down