Changeset 12990


Ignore:
Timestamp:
2007/05/17 21:04:39 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r12986 r12990  
    9999             
    100100            $mailSend =& Mail::factory("SMTP", $smtp); 
    101             Mail::send($recipients, $header, $body); 
     101            $mailSend->send($recipients, $header, $body); 
    102102             
    103103        } else { 
Note: See TracChangeset for help on using the changeset viewer.