Skip to content

Commit 558b043

Browse files
committed
Reword
1 parent 6f03863 commit 558b043

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

mailer.rst

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -366,18 +366,9 @@ and create an :class:`Symfony\\Component\\Mime\\Email` object::
366366
}
367367
}
368368

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>`.
381372

382373
Email Addresses
383374
~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)