aboutsummaryrefslogtreecommitdiffstats
path: root/include/config_default.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/config_default.inc.php')
-rw-r--r--include/config_default.inc.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php
index 23e1c8b85..a9ef63607 100644
--- a/include/config_default.inc.php
+++ b/include/config_default.inc.php
@@ -287,6 +287,11 @@ $conf['send_bcc_mail_webmaster'] = false;
// Value could be text/plain or text/html
$conf['default_email_format'] = 'text/html';
+// alternative_email_format:
+// Define the alternative email format use to send email
+// Value could be text/plain or text/html
+$conf['alternative_email_format'] = 'text/plain';
+
// define the name of sender mail:
// If value is empty, gallery title is used
$conf['mail_sender_name'] = '';