Skip to content

Commit 09823c2

Browse files
committed
minor symfony#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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mailer.rst

Lines 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)