1,emailclass.php
= "--==================_846811060==_" CMailFile(,,,,,, = "application/octet-stream", = ->subject = ->addr_to = ->smtp_headers = ->write_smtpheaders(->text_body = ->write_body(->text_encoded = ->attach_file(,,,->mime_headers = ->write_mimeheaders(, attach_file(,,, = ->encode_file( () = = "--" . ->mime_boundary . "\n" = . "Content-type: " . . "; name=\"\";\n" = . "Content-Transfer-Encoding: base64\n" = . "Content-disposition: attachment; filename=\"\"\n\n" = . . "\n" = . "--" . ->mime_boundary . "--" . "\n" encode_file( (( = (, "r" = (, ( = ((( = ->smtp_headers . -> = ->text_body . ->(->addr_to,->subject,,.jbxue. write_body( = "--" . ->mime_boundary . "\n" = . "Content-Type: text/plain; charset=\"us-ascii\"\n\n" = . . "\n" write_mimeheaders(, () = = "MIME-version: 1.0\n" = . "Content-type: multipart/mixed; " = . "boundary=\"->mime_boundary\"\n" = . "Content-transfer-encoding: 7BIT\n" = . "X-attachments: ;\n\n" write_smtpheaders( = "From: \n" = . "Reply-To: \n" = . "X-Mailer: PHP3\n" = . "X-Sender: \n" sendfile();$subject -- 主題 $sendto -- 收信人地址 $replyto -- 回複地址 $message -- 信件內容 $filename -- 附件檔案名稱 $downfilename -- 下載的檔案名稱 $mimetype -- mime類型 ?>
('emailclass.php' = "test send email" = 'abc@163.com' = 'cdf@163.com' = "test send email content" = 'test.jpg' = "image/jpeg" = CMailFile(,,,,,,->?>
您可能感興趣的文章:
php 發送帶附件郵件的類
php socket使用smtp發送帶附件的郵件
PHPMailer發送帶附件郵件的例子
http://www.bkjia.com/PHPjc/729844.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/729844.htmlTechArticle1,emailclass.php ? = "--==================_846811060==_" CMailFile( , , , , , , = "application/octet-stream", = -subject = -addr_to = -smtp_headers = -write_smtpheaders( -text_bo...