Changeset 13218


Ignore:
Timestamp:
2007/05/21 20:49:01 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r13217 r13218  
    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.