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 09823c2

Browse filesBrowse files
committed
minor #15477 Minor clarification (ThomasLandauer)
This PR was merged into the 4.4 branch. Discussion ---------- 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). Commits ------- 3cd1e7a Minor clarification
2 parents d8b9c6c + 3cd1e7a commit 09823c2
Copy full SHA for 09823c2

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
@@ -948,10 +948,10 @@ By default the first transport is used. The other transports can be selected by
948948
adding an ``X-Transport`` header (which Mailer will remove automatically from
949949
the final email)::
950950

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

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

0 commit comments

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