File tree 1 file changed +0
-5
lines changed
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:
1430
1430
->senders(['async']);
1431
1431
};
1432
1432
1433
- <<<<<<< HEAD
1434
1433
Thanks to this, instead of being delivered immediately, messages will be sent
1435
1434
to the transport to be handled later (see :ref: `messenger-worker `). Note that
1436
1435
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
1463
$mailer->send($email);
1465
1464
}
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
1465
1471
1466
You can configure which bus is used to dispatch the message using the ``message_bus `` option.
1472
1467
You 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