Ignore:
Timestamp:
Sep 27, 2009, 10:04:24 PM (15 years ago)
Author:
rub
Message:

merge -c3925 from branch 2.0 to trunk

Bug 1176: Mail are not sent on Free sites
"To: undisclosed-recipients: ;" are removed

File:
1 edited

Legend:

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

    r3798 r3926  
    607607  $headers = 'From: '.$args['from']."\n";
    608608  $headers.= 'Reply-To: '.$args['from']."\n";
    609   if (empty($to))
    610   {
    611     // Add only when to is empty
    612     // else mail() add 'To:' on header
    613     $headers.= 'To: undisclosed-recipients: ;'."\n";
    614   }
    615609
    616610  if (!empty($args['Cc']))
Note: See TracChangeset for help on using the changeset viewer.