Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit47a8c03

Browse files
committed
[Mailer] Fix minor syntax issue
1 parent5ca91b6 commit47a8c03

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎mailer.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,9 @@ header, etc.) but most of the times you'll set text headers::
328328

329329
// use an array if you want to add a header with multiple values
330330
// (for example in the "References" or "In-Reply-To" header)
331-
->addIdHeader('References', ['123@example.com', '456@example.com']);
332-
// ...
331+
->addIdHeader('References', ['123@example.com', '456@example.com'])
332+
333+
// ...
333334
;
334335

335336
Message Contents

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp