Skip to content

Commit 728ec13

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: [Mailer] Update mailer.rst
2 parents a08f789 + 558b043 commit 728ec13

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mailer.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,9 @@ and create an :class:`Symfony\\Component\\Mime\\Email` object::
310310
}
311311
}
312312

313-
That's it! The message will be sent via the transport you configured.
313+
That's it! The message will be sent via the transport you configured. If the
314+
transport is configured to :ref:`send emails asynchronously <mailer-sending-messages-async>`,
315+
the message won't be actually sent until :doc:`a worker consumes it <messenger-worker>`.
314316

315317
Email Addresses
316318
~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)