Changeset 12216
- Timestamp:
- 2007/05/06 17:33:04 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/beta/data/class/GC_SendMail.php
r338 r12216 85 85 86 86 //¡¡¥á¡¼¥ëÁ÷¿® 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) ) { 88 88 return true; 89 89 } … … 96 96 97 97 //¡¡¥á¡¼¥ëÁ÷¿® 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) ) { 99 99 return true; 100 100 }
Note: See TracChangeset
for help on using the changeset viewer.