aboutsummaryrefslogtreecommitdiff
path: root/engine/settings.example.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/settings.example.php')
-rw-r--r--engine/settings.example.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/engine/settings.example.php b/engine/settings.example.php
index 00323ccd8..50af236e4 100644
--- a/engine/settings.example.php
+++ b/engine/settings.example.php
@@ -111,7 +111,14 @@
// array('server1', 11211),
// array('server2', 11211)
//);
-
+
+ /**
+ * Some work-around flags.
+ */
+
+ // Try uncommenting the below if your notification emails are not being sent
+ // $CONFIG->broken_mta = true;
+
/**
* Url - I am not sure if this will be here ?
**/