Changeset 12991
- Timestamp:
- 2007/05/17 21:06:05 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/sendmail.php
r12990 r12991 99 99 100 100 $mailSend =& Mail::factory("SMTP", $smtp); 101 print_r($mailSend); 101 102 $mailSend->send($recipients, $header, $body); 102 103
Note: See TracChangeset
for help on using the changeset viewer.