Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7efbac1

Browse files
committed
-
1 parent6e9b59d commit7efbac1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

‎mailer.rst‎

Lines changed: 0 additions & 5 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp