Changeset 6972 for temp/trunk/data/class/GC_SendMail.php
- Timestamp:
- 2006/10/27 17:56:20 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/GC_SendMail.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/GC_SendMail.php
r6869 r6972 82 82 83 83 //¡¡¥á¡¼¥ëÁ÷¿® 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 ) ) { 85 85 return true; 86 86 } … … 93 93 94 94 //¡¡¥á¡¼¥ëÁ÷¿® 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 ) ) { 96 96 return true; 97 97 }
Note: See TracChangeset
for help on using the changeset viewer.
