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 07ba07c + eaca96c commit 7d18ba8Copy full SHA for 7d18ba8
mailer.rst
@@ -390,8 +390,9 @@ header, etc.) but most of the times you'll set text headers::
390
391
// use an array if you want to add a header with multiple values
392
// (for example in the "References" or "In-Reply-To" header)
393
- ->addIdHeader('References', ['123@example.com', '456@example.com']);
394
- // ...
+ ->addIdHeader('References', ['123@example.com', '456@example.com'])
+
395
+ // ...
396
;
397
398
.. tip::
0 commit comments