Changeset 13123
- Timestamp:
- 2007/05/18 19:21:33 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/sendmail.php
r13122 r13123 106 106 $mailSend =& Mail::factory("SMTP"); 107 107 print_r($mailSend); 108 $mailSend->send($recipients, $header, $body);108 //$mailSend->send($recipients, $header, $body); 109 109 110 110 } else {
Note: See TracChangeset
for help on using the changeset viewer.