From 0221a06932376ea55bbeb65b736ad7b468538280 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 31 Dec 2008 18:02:58 +0000 Subject: Closes #579: Allows configurable option $CONFIG->broken_mta = true. If set, this uses "\n" instead of "\r\n" in email headers. git-svn-id: https://code.elgg.org/elgg/trunk@2524 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/settings.example.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'engine/settings.example.php') 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 ? **/ -- cgit v1.2.3