We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569990c commit cc049d3Copy full SHA for cc049d3
cookbook/console/sending_emails.rst
@@ -10,7 +10,7 @@ Sending emails in a console command works the same way as described in the
10
When using memory spooling (see the :doc:`/cookbook/email/spool` cookbook for more
11
information), you must be aware that because of how symfony handles console
12
commands, emails are not sent automatically. You must take care of flushing
13
-the queue yourself. Use the following code to sent emails inside your
+the queue yourself. Use the following code to send emails inside your
14
console command::
15
16
$container = $this->getContainer();
0 commit comments