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 4ea4dfe commit d497d64Copy full SHA for d497d64
cookbook/console/sending_emails.rst
@@ -20,7 +20,7 @@ and per Command.
20
Configuring the Request Context globally
21
----------------------------------------
22
23
-.. versionadded: 2.2
+.. versionadded:: 2.2
24
The ``base_url`` parameter was introduced in Symfony 2.2.
25
26
To configure the Request Context - which is used by the URL Generator - you can
@@ -88,7 +88,7 @@ from the ``router`` service and override its settings::
88
Using Memory Spooling
89
---------------------
90
91
-.. versionadded: 2.3
+.. 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
0 commit comments