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