Skip to content

Commit 13d6cf0

Browse files
Add a performance section with the no mailer part
1 parent 968f3a3 commit 13d6cf0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

WHATS_NEW.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,17 @@ Configuration
167167

168168
A new configuration `sf_upload_dir_name` contains 'uploads' have been added.
169169

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+
170181
Test
171182
----
172183

0 commit comments

Comments
 (0)