aboutsummaryrefslogtreecommitdiffstats
path: root/include/config_default.inc.php
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2008-03-18 22:02:33 +0000
committerrub <rub@piwigo.org>2008-03-18 22:02:33 +0000
commit6ae74fe965c16e1e1dae654eb3e3d43e32224bce (patch)
treea064d0fcda4fd6091fd76dcbeed42ae889e1b40e /include/config_default.inc.php
parent0da8401a9ccaa0c92821a0b38e5a9e27ca19af44 (diff)
Resolved issue 0000815: Email format standardization
Merge branch-1_7 2282:2283 into BSF git-svn-id: http://piwigo.org/svn/trunk@2284 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/config_default.inc.php')
-rw-r--r--include/config_default.inc.php10
1 files changed, 4 insertions, 6 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php
index addb5a1f9..1143893d5 100644
--- a/include/config_default.inc.php
+++ b/include/config_default.inc.php
@@ -262,17 +262,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