File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -310,7 +310,9 @@ and create an :class:`Symfony\\Component\\Mime\\Email` object::
310
310
}
311
311
}
312
312
313
- That's it! The message will be sent via the transport you configured.
313
+ That's it! The message will be sent via the transport you configured. If the
314
+ transport is configured to :ref: `send emails asynchronously <mailer-sending-messages-async >`,
315
+ the message won't be actually sent until :doc: `a worker consumes it <messenger-worker >`.
314
316
315
317
Email Addresses
316
318
~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -485,7 +485,8 @@ Translation Resource/File Names and Locations
485
485
Symfony looks for message files (i.e. translations) in the following default locations:
486
486
487
487
* 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).
489
490
490
491
The locations are listed here with the highest priority first. That is, you can
491
492
override the translation messages of a bundle in the first directory.
You can’t perform that action at this time.
0 commit comments