Ignore:
Timestamp:
2006/10/27 17:56:20 (20 years ago)
Author:
kakinaka
Message:

* empty log message *

File:
1 edited

Legend:

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

    r6869 r6972  
    8282         
    8383        //¡¡¥á¡¼¥ëÁ÷¿® 
    84         if( mb_send_mail( $this->to, $this->subject, $this->body, $this->header, "-f" . $this->return_path ) ) { 
     84        if( mb_send_mail( $this->to, $this->subject, $this->body, $this->header, "" . $this->return_path ) ) { 
    8585            return true; 
    8686        } 
     
    9393         
    9494        //¡¡¥á¡¼¥ëÁ÷¿® 
    95         if( mail( $this->to, $this->subject, $this->body, $this->header, "-f" . $this->return_path ) ) { 
     95        if( mail( $this->to, $this->subject, $this->body, $this->header, "" . $this->return_path ) ) { 
    9696            return true; 
    9797        } 
Note: See TracChangeset for help on using the changeset viewer.