Skip to content

Commit d2c4d4a

Browse files
committed
Minor tweaks
1 parent 736f417 commit d2c4d4a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

mailer.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ you have a transport called ``async``, you can route the message there:
697697
Thanks to this, instead of being delivered immediately, messages will be sent to
698698
the transport to be handled later (see :ref:`messenger-worker`).
699699

700-
Mutliple email transports
700+
Mutliple Email Transports
701701
-------------------------
702702

703703
.. versionadded:: 4.4
@@ -717,10 +717,8 @@ This can be configured by replacing the ``dsn`` configuration entry with a
717717
main: '%env(MAILER_DSN)%'
718718
important: '%env(MAILER_DSN_IMPORTANT)%'
719719
720-
By default the first transport is used. The other tranports can be used by adding
721-
a text header ``X-Transport`` to an email:
722-
723-
.. code-block:: php
720+
By default the first transport is used. The other transports can be used by
721+
adding a text header ``X-Transport`` to an email::
724722

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

0 commit comments

Comments
 (0)