Changeset 13051
- Timestamp:
- 2007/05/18 12:11:13 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/sendmail.php
r13050 r13051 95 95 list($recipients, $header, $body) = $parts; 96 96 97 $mailSend = new Mail ;97 $mailSend = new Mail(); 98 98 $mailSend = _factory("SMTP", $smtp); 99 99 $mailSend->send($recipients, $header, $body);
Note: See TracChangeset
for help on using the changeset viewer.