Changeset 6869 for temp/trunk/data/class


Ignore:
Timestamp:
2006/10/26 17:03:31 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/GC_SendMail.php

    r6867 r6869  
    7878    //  ¥á¡¼¥ëÁ÷¿®¤ò¼Â¹Ô¤¹¤ë 
    7979    function sendMail() { 
     80 
     81        Mb_language( "Japanese" ); 
    8082         
    81          
    82         print($this->body); 
    83         //Mb_language( "Japanese" ); 
    84         $this->body = mb_convert_encoding($this->body, 'Shift-JIS'); 
    85         print($this->body); 
    86          
    87         exit; 
    88          
    89         mb_language("uni"); 
    90  
    9183        //¡¡¥á¡¼¥ëÁ÷¿® 
    92         if(mb_send_mail($this->to, $this->subject, $this->body, $this->header)) { 
     84        if( mb_send_mail( $this->to, $this->subject, $this->body, $this->header, "-f" . $this->return_path ) ) { 
    9385            return true; 
    9486        } 
Note: See TracChangeset for help on using the changeset viewer.