Changeset 13379
- Timestamp:
- 2007/05/24 21:37:55 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/sendmail.php
r13378 r13379 36 36 37 37 38 echo $count;39 exit;40 41 38 if( $count > 0 ){ 42 39 print("start sending <br />\n"); … … 80 77 $subjectBody = ereg_replace( "{name}", $customerName , $mail_data[$i][0]["subject"] ); 81 78 $mailBody = ereg_replace( "{name}", $customerName , $mail_data[$i][0]["body"] ); 79 80 echo $list_data[$i][$j]["email"]; 82 81 83 82 //-- ¥á¥ë¥Þ¥¬ÇÛ¿®¤ò¥Ö¥ì¥¤¥óÏ¢·È¤Ç¹Ô¤¦¾ì¹ç … … 119 118 // ¥á¡¼¥ëÁ÷¿® 120 119 $result = $mailObj->send($sendResut["to"], $header, $body); 121 if($result) { 122 echo "OK!!"; 123 exit; 124 } else { 125 echo "NG!!"; 126 exit; 127 } 128 } else { 120 121 } else { 129 122 //-- ¥Æ¥¥¹¥È¥á¡¼¥ëÇÛ¿®¤Î¾ì¹ç 130 123 if( $mail_data[$i][0]["mail_method"] == 2 ) { … … 192 185 ,$objSite->data["email04"] //¡¡errors_to 193 186 ); 194 187 exit; 195 188 if ($_GET['mode'] = "now") { 196 189 header("Location: " . URL_DIR . "admin/mail/history.php");
Note: See TracChangeset
for help on using the changeset viewer.