Changeset 3798 for trunk/include/functions_mail.inc.php
- Timestamp:
- Aug 26, 2009, 10:14:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions_mail.inc.php
r3282 r3798 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.