Skip to content

Commit c99c70d

Browse files
committed
Added a note about the automatic handling of the memory spool in the CLI
1 parent 54bff87 commit c99c70d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cookbook/console/sending_emails.rst

+4
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ from the ``router`` service and override its settings::
8888
Using Memory Spooling
8989
---------------------
9090

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+
9195
Sending emails in a console command works the same way as described in the
9296
:doc:`/cookbook/email/email` cookbook except if memory spooling is used.
9397

0 commit comments

Comments
 (0)