We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05df74d + 77f34c5 commit d8b9c6cCopy full SHA for d8b9c6c
mailer.rst
@@ -944,8 +944,9 @@ This can be configured by replacing the ``dsn`` configuration entry with a
944
],
945
]);
946
947
-By default the first transport is used. The other transports can be used by
948
-adding a text header ``X-Transport`` to an email::
+By default the first transport is used. The other transports can be selected by
+adding an ``X-Transport`` header (which Mailer will remove automatically from
949
+the final email)::
950
951
// Send using first "main" transport ...
952
$mailer->send($email);
0 commit comments