Changeset 13123


Ignore:
Timestamp:
2007/05/18 19:21:33 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r13122 r13123  
    106106            $mailSend =& Mail::factory("SMTP"); 
    107107            print_r($mailSend); 
    108             $mailSend->send($recipients, $header, $body); 
     108            //$mailSend->send($recipients, $header, $body); 
    109109             
    110110        } else { 
Note: See TracChangeset for help on using the changeset viewer.