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

* empty log message *

File:
1 edited

Legend:

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

    r6859 r6860  
    8484 
    8585        //¡¡¥á¡¼¥ëÁ÷¿® 
    86         if( mb_send_mail( $this->to, $this->subject, $this->body, $this->header, "-f" . $this->return_path ) ) { 
     86        if(mb_send_mail($this->to, $this->subject, $this->body, $this->header)) { 
    8787            return true; 
    8888        } 
Note: See TracChangeset for help on using the changeset viewer.