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

Appearance settings

Commit 3cd1e7a

Browse filesBrowse files
Minor clarification
The text above says: > By default the first transport is used The wording I changed suggested that the first transport called "main" is used (not the very first one in total).
1 parent 9afbba0 commit 3cd1e7a
Copy full SHA for 3cd1e7a

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎mailer.rst

Copy file name to clipboardExpand all lines: mailer.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -947,10 +947,10 @@ This can be configured by replacing the ``dsn`` configuration entry with a
947947
By default the first transport is used. The other transports can be used by
948948
adding a text header ``X-Transport`` to an email::
949949

950-
// Send using first "main" transport ...
950+
// Send using first transport ("main"):
951951
$mailer->send($email);
952952

953-
// ... or use the "alternative" one
953+
// ... or use the transport "alternative":
954954
$email->getHeaders()->addTextHeader('X-Transport', 'alternative');
955955
$mailer->send($email);
956956

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.