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 968f3a3 commit 13d6cf0Copy full SHA for 13d6cf0
WHATS_NEW.md
@@ -167,6 +167,17 @@ Configuration
167
168
A new configuration `sf_upload_dir_name` contains 'uploads' have been added.
169
170
+Performance
171
+-----------
172
+
173
+### Disable SwiftMailer for real
174
175
+You can no completely disable SwiftMailer (which is initialized on **each** request by default) by using
176
+the new `sfNoMailer` class in your factories.yml:
177
178
+ mailer:
179
+ class: sfNoMailer
180
181
Test
182
----
183
0 commit comments