Changeset 3926 for trunk/include
- Timestamp:
- Sep 27, 2009, 10:04:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions_mail.inc.php
r3798 r3926 607 607 $headers = 'From: '.$args['from']."\n"; 608 608 $headers.= 'Reply-To: '.$args['from']."\n"; 609 if (empty($to))610 {611 // Add only when to is empty612 // else mail() add 'To:' on header613 $headers.= 'To: undisclosed-recipients: ;'."\n";614 }615 609 616 610 if (!empty($args['Cc']))
Note: See TracChangeset
for help on using the changeset viewer.