File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -697,7 +697,7 @@ you have a transport called ``async``, you can route the message there:
697
697
Thanks to this, instead of being delivered immediately, messages will be sent to
698
698
the transport to be handled later (see :ref: `messenger-worker `).
699
699
700
- Mutliple email transports
700
+ Mutliple Email Transports
701
701
-------------------------
702
702
703
703
.. versionadded :: 4.4
@@ -717,10 +717,8 @@ This can be configured by replacing the ``dsn`` configuration entry with a
717
717
main : ' %env(MAILER_DSN)%'
718
718
important : ' %env(MAILER_DSN_IMPORTANT)%'
719
719
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::
724
722
725
723
// Send using first "main" transport ...
726
724
$mailer->send($email);
You can’t perform that action at this time.
0 commit comments