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.
1 parent 38be5a8 commit 399076bCopy full SHA for 399076b
mailer.rst
@@ -1342,9 +1342,8 @@ disable asynchronous delivery.
1342
The :method:`Symfony\\Component\\Mailer\\Transport\\Smtp\\SmtpTransport::stop`
1343
method was made public in Symfony 6.1.
1344
1345
-Bus transport can also be selected by
1346
-adding an ``X-Bus-Transport`` header (which will remove automatically from
1347
-the final message)::
+You can also select the transport by adding an ``X-Bus-Transport`` header (which
+will be remove automatically from the final message)::
1348
1349
// Use the bus transport "app.another_bus":
1350
$email->getHeaders()->addTextHeader('X-Bus-Transport', 'app.another_bus');
0 commit comments