File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -314,9 +314,13 @@ That's it! The message will be sent via the transport you configured.
314
314
.. tip ::
315
315
316
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
317
+ be sent until a worker consumes it. To send queued emails, run console commands as
318
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.
319
+ Also ensure the PHP timezone in php.ini is set correctly for your region for both
320
+ the CLI php.ini and webserver php.ini, this ensures the timestamp that the worker
321
+ sees aligns to the timestamp recorded on the email in the message queue. (Sometimes
322
+ the CLI and webserver will read different php.ini files, depending on environment
323
+ setup).
320
324
321
325
Email Addresses
322
326
~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments