Changeset 13226


Ignore:
Timestamp:
2007/05/21 21:38:57 (16 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r13225 r13226  
    106106            print_r($mail_obj);   
    107107 
    108             $result = $mail_obj->end( $headers["to"], $headers, $mailBody ); 
     108            $result = $mail_obj->send( $headers["to"], $headers, $mailBody ); 
    109109 
    110110 
Note: See TracChangeset for help on using the changeset viewer.