- Timestamp:
- 2007/05/18 12:10:08 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/admin/mail/sendmail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/sendmail.php
r13048 r13050 96 96 97 97 $mailSend = new Mail; 98 $mailSend = &factory("SMTP", $smtp);98 $mailSend = _factory("SMTP", $smtp); 99 99 $mailSend->send($recipients, $header, $body); 100 100
Note: See TracChangeset
for help on using the changeset viewer.
