Changeset 13121
- Timestamp:
- 2007/05/18 19:19:15 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/sendmail.php
r13120 r13121 104 104 105 105 $mailSend =& Mail::factory("SMTP", $mail_options); 106 print_r( "Test");106 print_r($mailSend); 107 107 $mailSend->send($recipients, $header, $body); 108 108
Note: See TracChangeset
for help on using the changeset viewer.