mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 01:03:31 +02:00
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:
@@ -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'] = '';
|
||||
|
||||
Reference in New Issue
Block a user