Changeset 13047
- Timestamp:
- 2007/05/18 11:49:37 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/sendmail.php
r13046 r13047 96 96 97 97 $mailSend =& Mail::factory("SMTP", $smtp); 98 $mailSend = newsend($recipients, $header, $body);98 $mailSend->send($recipients, $header, $body); 99 99 100 100 } else {
Note: See TracChangeset
for help on using the changeset viewer.