Changeset 1534 for trunk/include/functions_mail.inc.php
- Timestamp:
- Aug 12, 2006, 12:42:29 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions_mail.inc.php
r1532 r1534 127 127 $headers = 'From: '.$from."\n"; 128 128 $headers.= 'Reply-To: '.$from."\n"; 129 $headers.= 'Reply-To: '.$from."\n";130 129 $headers.= 'Content-Type: text/plain;format=flowed;charset="'.$lang_info['charset'].'";'; 131 130 $headers.= 'reply-type=original'."\n";
Note: See TracChangeset
for help on using the changeset viewer.