Changeset 12809 for branches/dev/html/admin/mail/sendmail.php
- Timestamp:
- 2007/05/15 12:42:52 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/sendmail.php
r12806 r12809 76 76 $mailBody = ereg_replace( "{name}", $customerName , $mail_data[$i][0]["body"] ); 77 77 78 //-- ¥Æ¥¥¹¥È¥á¡¼¥ëÇÛ¿®¤Î¾ì¹ç 79 if( $mail_data[$i][0]["mail_method"] == 2 ) { 78 //-- ¥á¡¼¥ëÇÛ¿®¥Ö¥ì¥¤¥óÏ¢·È¤Î¾ì¹ç 79 if(MELMAGA_MOBIE_SEND){ 80 $str = "²¤ÊƤ«"; 81 print_r($str); 82 } else { 83 //-- ¥Æ¥¥¹¥È¥á¡¼¥ëÇÛ¿®¤Î¾ì¹ç 84 if( $mail_data[$i][0]["mail_method"] == 2 ) { 80 85 81 $sendResut = MAIL_SENDING(86 $sendResut = MAIL_SENDING( 82 87 $list_data[$i][$j]["email"] //¡¡¸ÜµÒ°¸Àè 83 88 ,$subjectBody //¡¡Subject … … 90 95 ); 91 96 92 //-- HTML¥á¡¼¥ëÇÛ¿®¤Î¾ì¹ç93 } elseif( $mail_data[$i][0]["mail_method"] == 1 || $mail_data[$i][0]["mail_method"] == 3) {97 //-- HTML¥á¡¼¥ëÇÛ¿®¤Î¾ì¹ç 98 } elseif( $mail_data[$i][0]["mail_method"] == 1 || $mail_data[$i][0]["mail_method"] == 3) { 94 99 95 $sendResut = HTML_MAIL_SENDING(100 $sendResut = HTML_MAIL_SENDING( 96 101 $list_data[$i][$j]["email"] 97 102 ,$subjectBody … … 103 108 ,$objSite->data["email04"] //¡¡errors_to 104 109 ); 110 } 105 111 } 106 112
Note: See TracChangeset
for help on using the changeset viewer.