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:
697697 Thanks to this, instead of being delivered immediately, messages will be sent to
698698the 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);
You can’t perform that action at this time.
0 commit comments