Changeset 13197
- Timestamp:
- 2007/05/21 17:36:12 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/sendmail.php
r13195 r13197 79 79 if(MELMAGA_MOBILE_SEND){ 80 80 81 $sendResut = MELMAGA_SENDING(81 $sendResut = array( 82 82 $list_data[$i][$j]["email"] //¡¡¸ÜµÒ°¸Àè 83 83 ,$subjectBody //¡¡Subject … … 88 88 ,$objSite->data["email04"] //¡¡return_path 89 89 ); 90 //¥Ö¥ì¥¤¥óSMTP¥µ¡¼¥Ð¡¼IP¥¢¥É¥ì¥¹ 90 91 $mail_options = array( 91 //¥Ö¥ì¥¤¥ó¤ÎSMTP¥µ¡¼¥Ð¡¼IP¥¢¥É¥ì¥¹ 92 'host' => "127.0.0.1" 93 ,'port' => "25" 94 ); 92 'host' => "127.0.0.1" 93 ,'port' => "25" 94 ); 95 95 96 96 print_r($sendResut); 97 97 98 98 $decoder =& new Mail_mimeDecode($sendResut); 99 //print_r($decoder);100 99 $parts = $decoder->getSendArray(); 101 //print_r($parts);100 102 101 list($recipients, $headers, $body) = $parts; 103 102 … … 182 181 183 182 //--- ¥á¥ë¥Þ¥¬ÇÛ¿®¡ÊBLAYNÏ¢·È¤Î¾ì¹ç¡Ë 184 function MELMAGA_SENDING( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to ="", $bcc="", $cc ="" ) {183 function MELMAGA_SENDING( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to, $bcc="", $cc ="" ) { 185 184 186 185
Note: See TracChangeset
for help on using the changeset viewer.