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