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

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

File:
1 edited

Legend:

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

    r3799 r3925  
    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.