diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-12-31 18:02:58 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-12-31 18:02:58 +0000 |
commit | 0221a06932376ea55bbeb65b736ad7b468538280 (patch) | |
tree | 1ae06b0c2d0b7dc0c54d25178d923449977ffacb /engine/settings.example.php | |
parent | 907177e03cde4f37863bd0d437704ff11530a2dd (diff) | |
download | elgg-0221a06932376ea55bbeb65b736ad7b468538280.tar.gz elgg-0221a06932376ea55bbeb65b736ad7b468538280.tar.bz2 |
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
Diffstat (limited to 'engine/settings.example.php')
-rw-r--r-- | engine/settings.example.php | 9 |
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 ?
**/
|