Changeset 7180 for temp/trunk/data/class/GC_SendMail.php
- Timestamp:
- 2006/11/01 12:10:07 (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
r7179 r7180 64 64 $this->to = $to; 65 65 $this->subject = Mb_encode_mimeheader($subject); 66 $this->body = mb_convert_encoding( $body, "iso-2022-jp", "CHAR_CODE");66 $this->body = mb_convert_encoding( $body, "iso-2022-jp", CHAR_CODE); 67 67 $this->header = "Mime-Version: 1.0\n"; 68 68 $this->header .= "Content-Type: text/html; charset=iso-2022-jp\n";
Note: See TracChangeset
for help on using the changeset viewer.
