Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7806aa7

Browse files
committed
minor #4117 Added a note about the automatic handling of the memory spool in the CLI (stof)
This PR was merged into the 2.3 branch. Discussion ---------- Added a note about the automatic handling of the memory spool in the CLI | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3+ | Fixed tickets | n/a since symfony/swiftmailer-bundle#64 flushing the memory spool manually is not necessary anymore when using Symfony 2.3+. I added a versionadded note here, but we might decide to remove the obsolete paragraph instead, making the cookbook only about generating urls (which would require renaming the page then) Commits ------- c99c70d Added a note about the automatic handling of the memory spool in the CLI
2 parents 5959b6c + c99c70d commit 7806aa7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cookbook/console/sending_emails.rst

Lines changed: 4 additions & 0 deletions
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)