Changeset 13269
- Timestamp:
- 2007/05/22 16:50:50 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/sendmail.php
r13268 r13269 82 82 Mb_language( "Japanese" ); 83 83 84 //Á÷¿®¤¹¤ë¥á¡¼¥ë¤ÎÆâÍÆ¤ÈÁ÷¿®Àè 84 //-- mime-version 85 $mime = "Mime-Version: 1.0\n"; 86 $mime .= "Content-Type: text/html; charset=iso-2022-jp\n"; 87 $mime .= "Content-Transfer-Encoding: 7bit\n"; 88 89 //-- Á÷¿®¤¹¤ë¥á¡¼¥ë¤ÎÆâÍÆ¤ÈÁ÷¿®Àè 85 90 $sendResut = array( 86 91 "to" => $list_data[$i][$j]["email"] //¡¡¸ÜµÒ°¸Àè … … 89 94 ,"replay_to" => $objSite->data["email03"] //¡¡reply_to 90 95 ,"return_path" => $objSite->data["email04"] //¡¡return_path 91 ,"mime" => 'Mime-Version: 1.0\nContent-Type: text/html; charset=iso-2022-jp\nContent-Transfer-Encoding: 7bit\n'96 ,"mime" => $mime 92 97 ); 93 98
Note: See TracChangeset
for help on using the changeset viewer.