Ignore:
Timestamp:
Mar 18, 2008, 11:02:33 PM (16 years ago)
Author:
rub
Message:

Resolved issue 0000815: Email format standardization

Merge branch-1_7 2282:2283 into BSF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/config_default.inc.php

    r2274 r2284  
    263263$conf['send_bcc_mail_webmaster'] = false;
    264264
    265 // enabled_format_email:
    266 //  on true email will be formatted with name and address
    267 //  on false email will be only address
    268 // There are webhosting wich not allow email formatted (Lycos, ...)
    269 $conf['enabled_format_email'] = true;
    270 
    271265// default_email_format:
    272266//  Define the default email format use to send email
    273267//  Value could be text/plain  or text/html
    274268$conf['default_email_format'] = 'text/html';
     269
     270// define the name of sender mail:
     271// If value is empty, gallery title is used
     272$conf['mail_sender_name'] = '';
    275273
    276274// smtp configuration
Note: See TracChangeset for help on using the changeset viewer.