- Timestamp:
- 2007/05/22 16:04:56 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/admin/mail/sendmail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/sendmail.php
r13251 r13254 97 97 ); 98 98 //-- ¥á¥Ã¥»¡¼¥¸¤ò¹½ÃÛ¤¹¤ë 99 $htmlBody["head_charset"] = "ISO-2022-JP"; 100 $htmlBody["html_encoding"] = "JIS"; 101 $htmlBody["html_charset"] = "JIS"; 99 $htmlBody = array( 100 "head_charset" => "ISO-2022-JP" 101 ,"html_encoding" => "JIS" 102 ,"html_charset" => "JIS" 103 ); 102 104 103 105 //-- PEAR::Mail¤ò»È¤Ã¤Æ¥á¡¼¥ëÁ÷¿®¥ª¥Ö¥¸¥§¥¯¥ÈºîÀ®
Note: See TracChangeset
for help on using the changeset viewer.
