Changeset 3799 for branches/2.0/include
- Timestamp:
- Aug 26, 2009, 10:17:28 PM (15 years ago)
- Location:
- branches/2.0/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/include/class_smtp_mail.inc.php
r3262 r3799 133 133 $this->server_parse('250'); 134 134 135 // Add "To:" on headers if there are included 135 136 if ((preg_match('/^\s*to\s*:.*/mi', $headers) === 0) and !empty($to)) 136 137 { -
branches/2.0/include/functions_mail.inc.php
r3058 r3799 609 609 if (empty($to)) 610 610 { 611 // Add only when to is empty 612 // else mail() add 'To:' on header 611 613 $headers.= 'To: undisclosed-recipients: ;'."\n"; 612 }613 else614 {615 $headers.= 'To: '.$to."\n";616 614 } 617 615
Note: See TracChangeset
for help on using the changeset viewer.