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 e9721cc + 7efbac1 commit b74f950Copy full SHA for b74f950
mailer.rst
@@ -1494,13 +1494,6 @@ render the email before calling ``$mailer->send($email)``::
1494
1495
$mailer->send($email);
1496
}
1497
-<<<<<<< HEAD
1498
-=======
1499
1500
-Thanks to this, instead of being delivered immediately, messages will be sent to
1501
-the transport to be handled later (see :ref:`messenger-worker`).
1502
->>>>>>> 5.4
1503
->>>>>>> 6.3
1504
1505
You can configure which bus is used to dispatch the message using the ``message_bus`` option.
1506
You can also set this to ``false`` to call the Mailer transport directly and
0 commit comments