8000
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 54bff87 commit c99c70dCopy full SHA for c99c70d
cookbook/console/sending_emails.rst
@@ -88,6 +88,10 @@ from the ``router`` service and override its settings::
88
Using Memory Spooling
89
---------------------
90
91
+.. versionadded: 2.3
92
+ When using Symfony 2.3+ and SwiftmailerBundle 2.3.5+, the memory spool is now
93
+ handled automatically in the CLI and the code below is not necessary anymore.
94
+
95
Sending emails in a console command works the same way as described in the
96
:doc:`/cookbook/email/email` cookbook except if memory spooling is used.
97
0 commit comments