We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a08f789 + 558b043 commit 728ec13Copy full SHA for 728ec13
mailer.rst
@@ -310,7 +310,9 @@ and create an :class:`Symfony\\Component\\Mime\\Email` object::
310
}
311
312
313
-That's it! The message will be sent via the transport you configured.
+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>`.
316
317
Email Addresses
318
~~~~~~~~~~~~~~~
0 commit comments