File tree 1 file changed +3
-12
lines changed
1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -366,18 +366,9 @@ and create an :class:`Symfony\\Component\\Mime\\Email` object::
366
366
}
367
367
}
368
368
369
- That's it! The message will be sent via the transport you configured.
370
-
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).
369
+ That's it! The message will be sent via the transport you configured. If the
370
+ transport is configured to :ref: `send emails asynchronously <mailer-sending-messages-async >`,
371
+ the message won't be actually sent until :doc: `a worker consumes it <messenger-worker >`.
381
372
382
373
Email Addresses
383
374
~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments