Changeset 13142 for branches/dev/html/admin/mail/sendmail.php
- Timestamp:
- 2007/05/18 20:47:28 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/sendmail.php
r13141 r13142 76 76 $mailBody = ereg_replace( "{name}", $customerName , $mail_data[$i][0]["body"] ); 77 77 78 print("trace"); 78 79 //-- ¥á¥ë¥Þ¥¬ÇÛ¿®¤ò¥Ö¥ì¥¤¥óÏ¢·È¤Ç¹Ô¤¦¾ì¹ç 79 80 if(MELMAGA_MOBILE_SEND){ … … 110 111 //print_r($mailSend); 111 112 //$mailSend->send($recipients, $header, $body); 112 matumoto;113 113 break; 114 114 } else {
Note: See TracChangeset
for help on using the changeset viewer.