Skip to content

Commit 3cd1e7a

Browse 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

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