Changeset 12916


Ignore:
Timestamp:
2007/05/16 17:42:23 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r12915 r12916  
    9898                 
    9999                $mail_object =& Mail::factory("SMTP", $mail_send); 
    100                 $mail_object->send($to, $header, $body); 
     100                $mail_object->send($recipients, $header, $body); 
    101101                if (PEAR::isError($result)) { 
    102102                    die($result->getMessage()); 
Note: See TracChangeset for help on using the changeset viewer.