We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent6e9b59d commit7efbac1Copy full SHA for 7efbac1
mailer.rst
@@ -1430,7 +1430,6 @@ you have a transport called ``async``, you can route the message there:
1430
->senders(['async']);
1431
};
1432
1433
-<<<<<<< HEAD
1434
Thanks to this, instead of being delivered immediately, messages will be sent
1435
to the transport to be handled later (see:ref:`messenger-worker`). Note that
1436
the "rendering" of the email (computed headers, body rendering, ...) is also
@@ -1463,10 +1462,6 @@ render the email before calling ``$mailer->send($email)``::
1463
1462
1464
$mailer->send($email);
1465
}
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
1470
1471
You can configure which bus is used to dispatch the message using the ``message_bus`` option.
1472
You can also set this to ``false`` to call the Mailer transport directly and