diff options
author | rub <rub@piwigo.org> | 2006-12-07 23:49:52 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2006-12-07 23:49:52 +0000 |
commit | 92fc9abb14a2186806ed50322730caae54909f0f (patch) | |
tree | bf79cdf4981c9a4b4be83309081dc175f47de6be /include/config_default.inc.php | |
parent | 961640b8d69f949bf2d57420ded7690c96599b58 (diff) |
Feature Issue ID 0000598:
Possibility to send HTML mail
git-svn-id: http://piwigo.org/svn/trunk@1642 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/config_default.inc.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index 78d443636..1f572fe91 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -224,6 +224,11 @@ $conf['send_bcc_mail_webmaster'] = false; // 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/plain'; + // check_upgrade_feed: check if there are database upgrade required. Set to // true, a message will strongly encourage you to upgrade your database if // needed. |