Bug 1176: Mail are not sent on Free sites

Add text/plain like alternative content-type

git-svn-id: http://piwigo.org/svn/branches/2.0@3937 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rub
2009-09-28 20:47:55 +00:00
parent 1215ac07d1
commit e4146c27da
2 changed files with 107 additions and 94 deletions
+5
View File
@@ -284,6 +284,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'] = '';