Changeset 6849 for temp/trunk
- Timestamp:
- 2006/10/26 16:34:48 (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
r5934 r6849 81 81 Mb_language( "Japanese" ); 82 82 83 84 $this->body = mb_convert_encoding($this->body, 'JIS,SJIS,UTF-8', mb_internal_encoding()); 85 83 86 //¡¡¥á¡¼¥ëÁ÷¿® 84 87 if( mb_send_mail( $this->to, $this->subject, $this->body, $this->header, "-f" . $this->return_path ) ) {
Note: See TracChangeset
for help on using the changeset viewer.
