Changeset 13261


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

Legend:

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

    r13260 r13261  
    117117            $mimeObj->setFrom($sendResut["from"]); 
    118118             
    119             print_r($sendResut["subject"]); 
    120             print_r($sendResut["from"]); 
     119            print_r($htmlBody); 
    121120            // À°·Á¤µ¤ì¤¿ËÜʸ¤È¥Ø¥Ã¥À¤ò¼èÆÀ 
     121¡¡¡¡¡¡¡¡¡¡¡¡$body = $mimeObj->get($htmlBody); 
     122¡¡¡¡¡¡¡¡¡¡¡¡$headers = $mimeObj->headers($sendResut); 
    122123             
    123124            // ¥á¡¼¥ëÁ÷¿® 
    124             $sendResut = $mailObj->end($sendResut["to"], $headers, $body);          
     125            $sendResut = $mailObj->send($sendResut["to"], $headers, $body); 
     126            header( "Content-Type: text/plain; charset=UTF-8" ); 
    125127                  
    126128        } else { 
Note: See TracChangeset for help on using the changeset viewer.