File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -330,7 +330,9 @@ and create an :class:`Symfony\\Component\\Mime\\Email` object::
330330 }
331331 }
332332
333- That's it! The message will be sent via the transport you configured.
333+ That's it! The message will be sent via the transport you configured. If the
334+ transport is configured to :ref: `send emails asynchronously <mailer-sending-messages-async >`,
335+ the message won't be actually sent until :doc: `a worker consumes it <messenger-worker >`.
334336
335337Email Addresses
336338~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -485,7 +485,8 @@ Translation Resource/File Names and Locations
485485Symfony looks for message files (i.e. translations) in the following default locations:
486486
487487* the ``translations/ `` directory (at the root of the project);
488- * the ``Resources/translations/ `` directory inside of any bundle.
488+ * the ``translations/ `` directory inside of any bundle (and also their
489+ ``Resources/translations/ `` directory, which is no longer recommended for bundles).
489490
490491The locations are listed here with the highest priority first. That is, you can
491492override the translation messages of a bundle in the first directory.
You can’t perform that action at this time.
0 commit comments