Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mailer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1422,7 +1422,7 @@ disable asynchronous delivery.
method was made public in Symfony 6.1.

You can also select the transport by adding an ``X-Bus-Transport`` header (which
will be remove automatically from the final message)::
will be removed automatically from the final message)::

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