Changeset 13120
- Timestamp:
- 2007/05/18 19:18:22 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/sendmail.php
r13119 r13120 97 97 ); 98 98 99 print_r("Test");99 100 100 101 101 $decoder =& new Mail_mimeDecode($sendResut); … … 104 104 105 105 $mailSend =& Mail::factory("SMTP", $mail_options); 106 print_r("Test"); 106 107 $mailSend->send($recipients, $header, $body); 107 108
Note: See TracChangeset
for help on using the changeset viewer.