Changeset 6857 for temp


Ignore:
Timestamp:
2006/10/26 16:43:41 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

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

    r6856 r6857  
    8181        //Mb_language( "Japanese" ); 
    8282        mb_language("uni"); 
    83          
     83        $this->body = base64_encode($this->body); 
    8484        $this->body = mb_convert_encoding($this->body, 'UTF-8', mb_internal_encoding()); 
    85          
     85 
    8686        //¡¡¥á¡¼¥ëÁ÷¿® 
    8787        if( mb_send_mail( $this->to, $this->subject, $this->body, $this->header, "-f" . $this->return_path ) ) { 
Note: See TracChangeset for help on using the changeset viewer.