Changeset 13248 for branches/dev/html


Ignore:
Timestamp:
2007/05/22 14:50:22 (19 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r13247 r13248  
    115115            $mimeObj->setFrom($sendResut["from"]); 
    116116             
    117             // À°·Á¤µ¤ì¤¿ËÜʸ¤È¥Ø¥Ã¥À¤ò¼èÆÀ 
    118 ¡¡¡¡¡¡¡¡¡¡¡¡//$body = $mimeObj->get($htmlBody); 
    119 ¡¡¡¡¡¡¡¡¡¡¡¡//$headers = $mimeObj->headers($sendResut); 
    120  
    121117            // ¥á¡¼¥ëÁ÷¿® 
    122118            $sendResut = $mailObj->send($sendResut["to"], $sendResut, $mailBody);          
Note: See TracChangeset for help on using the changeset viewer.