Changeset 3798 for trunk/include/class_smtp_mail.inc.php
- Timestamp:
- Aug 26, 2009, 10:14:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/class_smtp_mail.inc.php
r3282 r3798 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 {
Note: See TracChangeset
for help on using the changeset viewer.