Changeset 6869 for temp/trunk/data/class
- Timestamp:
- 2006/10/26 17:03:31 (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
r6867 r6869 78 78 // ¥á¡¼¥ëÁ÷¿®¤ò¼Â¹Ô¤¹¤ë 79 79 function sendMail() { 80 81 Mb_language( "Japanese" ); 80 82 81 82 print($this->body);83 //Mb_language( "Japanese" );84 $this->body = mb_convert_encoding($this->body, 'Shift-JIS');85 print($this->body);86 87 exit;88 89 mb_language("uni");90 91 83 //¡¡¥á¡¼¥ëÁ÷¿® 92 if( mb_send_mail($this->to, $this->subject, $this->body, $this->header)) {84 if( mb_send_mail( $this->to, $this->subject, $this->body, $this->header, "-f" . $this->return_path ) ) { 93 85 return true; 94 86 }
Note: See TracChangeset
for help on using the changeset viewer.
