aboutsummaryrefslogtreecommitdiffstats
path: root/include/config_default.inc.php
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2008-03-18 21:58:48 +0000
committerrub <rub@piwigo.org>2008-03-18 21:58:48 +0000
commit4c92087d6b006fbee6203e035741ff190a9d4056 (patch)
treed5f9386009306adb2a3b3aea2fc673a42dfe19ec /include/config_default.inc.php
parent8164f0c66e5ec184eba168a7c3abb80363f72bb7 (diff)
Resolved issue 0000815: Email format standardization
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2283 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--include/config_default.inc.php12
1 files changed, 5 insertions, 7 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php
index 815b6a06b..f25445c73 100644
--- a/include/config_default.inc.php
+++ b/include/config_default.inc.php
@@ -2,7 +2,7 @@
// +-----------------------------------------------------------------------+
// | PhpWebGallery - a PHP based picture gallery |
// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
-// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
+// | Copyright (C) 2003-2008 PhpWebGallery Team - http://phpwebgallery.net |
// +-----------------------------------------------------------------------+
// | file : $Id$
// | last update : $Date$
@@ -267,17 +267,15 @@ $conf['mail_options'] = false;
// or test.
$conf['send_bcc_mail_webmaster'] = false;
-// enabled_format_email:
-// on true email will be formatted with name and address
-// on false email will be only address
-// There are webhosting wich not allow email formatted (Lycos, ...)
-$conf['enabled_format_email'] = true;
-
// default_email_format:
// Define the default email format use to send email
// Value could be text/plain or text/html
$conf['default_email_format'] = 'text/html';
+// define the name of sender mail:
+// If value is empty, gallery title is used
+$conf['mail_sender_name'] = '';
+
// smtp configuration
// (work if fsockopen function is allowed for smtp port)
// smtp_host: smtp server host