We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98ef709 + 5a1aa7e commit 805fa64Copy full SHA for 805fa64
mailer.rst
@@ -1473,13 +1473,6 @@ render the email before calling ``$mailer->send($email)``::
1473
1474
$mailer->send($email);
1475
}
1476
-<<<<<<< HEAD
1477
-=======
1478
1479
-Thanks to this, instead of being delivered immediately, messages will be sent to
1480
-the transport to be handled later (see :ref:`messenger-worker`).
1481
->>>>>>> 5.4
1482
->>>>>>> 6.3
1483
1484
You can configure which bus is used to dispatch the message using the ``message_bus`` option.
1485
You can also set this to ``false`` to call the Mailer transport directly and
0 commit comments