File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -1430,7 +1430,6 @@ you have a transport called ``async``, you can route the message there:
14301430 ->senders(['async']);
14311431 };
14321432
1433- <<<<<<< HEAD
14341433 Thanks to this, instead of being delivered immediately, messages will be sent
14351434to the transport to be handled later (see :ref: `messenger-worker `). Note that
14361435the "rendering" of the email (computed headers, body rendering, ...) is also
@@ -1463,10 +1462,6 @@ render the email before calling ``$mailer->send($email)``::
14631462
14641463 $mailer->send($email);
14651464 }
1466- =======
1467- Thanks to this, instead of being delivered immediately, messages will be sent to
1468- the transport to be handled later (see :ref: `messenger-worker `).
1469- >>>>>>> 5.4
14701465
14711466You can configure which bus is used to dispatch the message using the ``message_bus `` option.
14721467You can also set this to ``false `` to call the Mailer transport directly and
You can’t perform that action at this time.
0 commit comments