Ignore:
Timestamp:
Aug 26, 2009, 10:14:57 PM (15 years ago)
Author:
rub
Message:

Bug 1145: Mails are sent in double

File:
1 edited

Legend:

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

    r3282 r3798  
    133133      $this->server_parse('250');
    134134
     135      // Add "To:" on headers if there are included
    135136      if ((preg_match('/^\s*to\s*:.*/mi', $headers) === 0) and !empty($to))
    136137      {
Note: See TracChangeset for help on using the changeset viewer.