Changeset 6860 for temp/trunk/data/class
- Timestamp:
- 2006/10/26 16:46:13 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/GC_SendMail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/GC_SendMail.php
r6859 r6860 84 84 85 85 //¡¡¥á¡¼¥ëÁ÷¿® 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)) { 87 87 return true; 88 88 }
Note: See TracChangeset
for help on using the changeset viewer.
