Changeset 13226
- Timestamp:
- 2007/05/21 21:38:57 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/sendmail.php
r13225 r13226 106 106 print_r($mail_obj); 107 107 108 $result = $mail_obj-> end( $headers["to"], $headers, $mailBody );108 $result = $mail_obj->send( $headers["to"], $headers, $mailBody ); 109 109 110 110
Note: See TracChangeset
for help on using the changeset viewer.