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.
1 parent 5ca91b6 commit 47a8c03Copy full SHA for 47a8c03
mailer.rst
@@ -328,8 +328,9 @@ header, etc.) but most of the times you'll set text headers::
328
329
// use an array if you want to add a header with multiple values
330
// (for example in the "References" or "In-Reply-To" header)
331
- ->addIdHeader('References', ['123@example.com', '456@example.com']);
332
- // ...
+ ->addIdHeader('References', ['123@example.com', '456@example.com'])
+
333
+ // ...
334
;
335
336
Message Contents
0 commit comments