Changeset 12912


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

Legend:

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

    r12910 r12912  
    101101                $mail_object =& Mail::factory("SMTP", $mail_send); 
    102102                $mail_object->send($to, $header, $body); 
     103                if (PEAR::isError($result)) { 
     104                    die($result->getMessage()); 
     105                } 
    103106            } 
    104107        } else { 
Note: See TracChangeset for help on using the changeset viewer.