Ignore:
Timestamp:
2007/05/06 17:33:04 (17 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/beta/data/class/GC_SendMail.php

    r338 r12216  
    8585         
    8686        //¡¡¥á¡¼¥ëÁ÷¿® 
    87         if( mb_send_mail( $this->to, $this->subject, $this->body, $this->header, "" . $this->return_path ) ) { 
     87        if( mb_send_mail( $this->to, $this->subject, $this->body, $this->header) ) { 
    8888            return true; 
    8989        } 
     
    9696         
    9797        //¡¡¥á¡¼¥ëÁ÷¿® 
    98         if( mail( $this->to, $this->subject, $this->body, $this->header, "" . $this->return_path ) ) { 
     98        if( mail( $this->to, $this->subject, $this->body, $this->header) ) { 
    9999            return true; 
    100100        } 
Note: See TracChangeset for help on using the changeset viewer.