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

Legend:

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

    r13265 r13266  
    105105            //-- Mail_mime¥ª¥Ö¥¸¥§¥¯¥È¤ËHTML¤ÎËÜʸ¤òÄɲà
    106106            $mailBody = mb_convert_encoding($mailBody, "JIS", CHAR_CODE); 
    107             $mimeObj->setHTMLBody($mailBody); 
    108107             
    109108            //-- Mail_mime¥ª¥Ö¥¸¥§¥¯¥È¤Ë·ï̾¡¦From¤òÄɲà
     
    115114             
    116115            // ¥á¡¼¥ëÁ÷¿® 
    117             $result = $mailObj->send($sendResut["to"], $sendResut, $mimeObj->setHTMLBody($mailBody)); 
     116            $result = $mailObj->send($sendResut["to"], $sendResut, $mailBody); 
    118117            header( "Content-Type: text/plain; charset=UTF-8" ); 
    119118                  
Note: See TracChangeset for help on using the changeset viewer.