We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5a7562 + c6f662e commit eaca96cCopy full SHA for eaca96c
mailer.rst
@@ -450,8 +450,9 @@ header, etc.) but most of the times you'll set text headers::
450
451
// use an array if you want to add a header with multiple values
452
// (for example in the "References" or "In-Reply-To" header)
453
- ->addIdHeader('References', ['123@example.com', '456@example.com']);
454
- // ...
+ ->addIdHeader('References', ['123@example.com', '456@example.com'])
+
455
+ // ...
456
;
457
458
.. tip::
0 commit comments