Changeset 13143
- Timestamp:
- 2007/05/18 20:49:56 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/sendmail.php
r13142 r13143 80 80 if(MELMAGA_MOBILE_SEND){ 81 81 82 //$sendResut = MELMAGA_SENDING( 83 $sendResut = MELMAGA_SENDING( 84 $list_data[$i][$j]["email"] //¡¡¸ÜµÒ°¸Àè 85 ,$subjectBody //¡¡Subject 86 ,$mailBody //¡¡¥á¡¼¥ëËÜʸ 87 ,$objSite->data["email03"] //¡¡Á÷¿®¸µ¥á¡¼¥ë¥¢¥É¥ì¥¹ 88 ,$objSite->data["company_name"] //¡¡Á÷¿®¸µÌ¾ 89 ,$objSite->data["email03"] //¡¡reply_to 90 ,$objSite->data["email04"] //¡¡return_path 91 ,$objSite->data["email04"] //¡¡errors_to 92 ); 93 94 // $mail_options = array( 95 // //¥Ö¥ì¥¤¥ó¤ÎSMTP¥µ¡¼¥Ð¡¼IP¥¢¥É¥ì¥¹ 96 // 'host' => "mail.lockon.co.jp" 97 // ,'port' => "25" 98 // 99 // ); 100 // 101 //print_r($sendResut); 102 103 $decoder =& new Mail_mimeDecode($sendResut); 104 print_r($decoder); 105 $parts = $decoder->getSendArray(); 106 //print_r($parts); 107 list($recipients, $header, $body) = $parts; 108 109 //$mailSend =& Mail::factory("SMTP", $mail_options); 110 $mailSend =& Mail::factory("SMTP"); 111 //print_r($mailSend); 112 //$mailSend->send($recipients, $header, $body); 113 break; 82 $masuo = "¤ó¡¼¡©"; 83 print_r($masuo); 84 a 85 114 86 } else { 115 87 //-- ¥Æ¥¥¹¥È¥á¡¼¥ëÇÛ¿®¤Î¾ì¹ç
Note: See TracChangeset
for help on using the changeset viewer.