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 a3b90b8 + a1356fc commit 83cd877Copy full SHA for 83cd877
mailer.rst
@@ -410,8 +410,9 @@ header, etc.) but most of the times you'll set text headers::
410
411
// use an array if you want to add a header with multiple values
412
// (for example in the "References" or "In-Reply-To" header)
413
- ->addIdHeader('References', ['123@example.com', '456@example.com']);
414
- // ...
+ ->addIdHeader('References', ['123@example.com', '456@example.com'])
+
415
+ // ...
416
;
417
418
.. tip::
0 commit comments