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

Bug 1176: Mail are not sent on Free sites
Add text/plain like alternative content-type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/include/config_default.inc.php

    r3661 r3937  
    284284//  Value could be text/plain  or text/html
    285285$conf['default_email_format'] = 'text/html';
     286
     287// alternative_email_format:
     288//  Define the alternative email format use to send email
     289//  Value could be text/plain  or text/html
     290$conf['alternative_email_format'] = 'text/plain';
    286291
    287292// define the name of sender mail:
Note: See TracChangeset for help on using the changeset viewer.