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 abbc215 + 7d18ba8 commit a1356fcCopy full SHA for a1356fc
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