mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
Change the default email format use to send email
git-svn-id: http://piwigo.org/svn/trunk@1905 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -279,7 +279,7 @@ $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';
|
||||
$conf['default_email_format'] = 'text/html';
|
||||
|
||||
// check_upgrade_feed: check if there are database upgrade required. Set to
|
||||
// true, a message will strongly encourage you to upgrade your database if
|
||||
|
||||
Reference in New Issue
Block a user