We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7708fd commit b3c6575Copy full SHA for b3c6575
mailer.rst
@@ -311,6 +311,13 @@ and create an :class:`Symfony\\Component\\Mime\\Email` object::
311
312
That's it! The message will be sent via the transport you configured.
313
314
+.. tip::
315
+
316
+ If the transport is configured to send emails asynchronously, then no email will
317
+ be sent until a worker consumes it. To send queued emails run console commands as
318
+ specified in :doc:`Consuming Messages (Running the Worker) <messenger-worker>`.
319
+ Also ensure the PHP timezone in php.ini is set correctly for your region.
320
321
Email Addresses
322
~~~~~~~~~~~~~~~
323
0 commit comments