File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -368,6 +368,17 @@ and create an :class:`Symfony\\Component\\Mime\\Email` object::
368368
369369That's it! The message will be sent via the transport you configured.
370370
371+ .. tip ::
372+
373+ If the transport is configured to send emails asynchronously, then no email will
374+ be sent until a worker consumes it. To send queued emails, run console commands as
375+ specified in :doc: `Consuming Messages (Running the Worker) <messenger-worker >`.
376+ Also ensure the PHP timezone in php.ini is set correctly for your region for both
377+ the CLI php.ini and webserver php.ini, this ensures the timestamp that the worker
378+ sees aligns to the timestamp recorded on the email in the message queue. (Sometimes
379+ the CLI and webserver will read different php.ini files, depending on environment
380+ setup).
381+
371382Email Addresses
372383~~~~~~~~~~~~~~~
373384
You can’t perform that action at this time.
0 commit comments