Changeset 13200
- Timestamp:
- 2007/05/21 17:47:04 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/sendmail.php
r13199 r13200 102 102 103 103 $mail_object =& Mail::factory("smtp", $mail_options); 104 $mail_object-> send($recipients, $header, $body);104 $mail_object->end($recipients, $header, $body); 105 105 break; 106 106
Note: See TracChangeset
for help on using the changeset viewer.