Changeset 13051


Ignore:
Timestamp:
2007/05/18 12:11:13 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/mail/sendmail.php

    r13050 r13051  
    9595            list($recipients, $header, $body) = $parts; 
    9696             
    97             $mailSend = new Mail; 
     97            $mailSend = new Mail(); 
    9898            $mailSend = _factory("SMTP", $smtp); 
    9999            $mailSend->send($recipients, $header, $body); 
Note: See TracChangeset for help on using the changeset viewer.