Skip to content

Commit 399076b

Browse files
committed
Minor tweak
1 parent 38be5a8 commit 399076b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

mailer.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1342,9 +1342,8 @@ disable asynchronous delivery.
13421342
The :method:`Symfony\\Component\\Mailer\\Transport\\Smtp\\SmtpTransport::stop`
13431343
method was made public in Symfony 6.1.
13441344

1345-
Bus transport can also be selected by
1346-
adding an ``X-Bus-Transport`` header (which will remove automatically from
1347-
the final message)::
1345+
You can also select the transport by adding an ``X-Bus-Transport`` header (which
1346+
will be remove automatically from the final message)::
13481347

13491348
// Use the bus transport "app.another_bus":
13501349
$email->getHeaders()->addTextHeader('X-Bus-Transport', 'app.another_bus');

0 commit comments

Comments
 (0)