Ignore:
Timestamp:
Sep 28, 2009, 10:54:06 PM (15 years ago)
Author:
rub
Message:

merge -c3937 from branch 2.0 to trunk
Bug 1176: Mail are not sent on Free sites
Add text/plain like alternative content-type

File:
1 edited

Legend:

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

    r3935 r3938  
    287287//  Value could be text/plain  or text/html
    288288$conf['default_email_format'] = 'text/html';
     289
     290// alternative_email_format:
     291//  Define the alternative email format use to send email
     292//  Value could be text/plain  or text/html
     293$conf['alternative_email_format'] = 'text/plain';
    289294
    290295// define the name of sender mail:
Note: See TracChangeset for help on using the changeset viewer.