Skip to content

Commit 7efbac1

Browse files
committed
-
1 parent 6e9b59d commit 7efbac1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

mailer.rst

-5
Original file line numberDiff line numberDiff 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
14351434
to the transport to be handled later (see :ref:`messenger-worker`). Note that
14361435
the "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

14711466
You can configure which bus is used to dispatch the message using the ``message_bus`` option.
14721467
You can also set this to ``false`` to call the Mailer transport directly and

0 commit comments

Comments
 (0)