Skip to content

Commit d8b9c6c

Browse files
committed
minor symfony#15478 Added header removal notice (ThomasLandauer)
This PR was merged into the 4.4 branch. Discussion ---------- Added header removal notice Commits ------- 77f34c5 Added header removal notice
2 parents 05df74d + 77f34c5 commit d8b9c6c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mailer.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -944,8 +944,9 @@ This can be configured by replacing the ``dsn`` configuration entry with a
944944
],
945945
]);
946946
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::
947+
By default the first transport is used. The other transports can be selected by
948+
adding an ``X-Transport`` header (which Mailer will remove automatically from
949+
the final email)::
949950

950951
// Send using first "main" transport ...
951952
$mailer->send($email);

0 commit comments

Comments
 (0)