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" ?>
<?('emailclass.php' = "test send email" = '[email protected]' = '[email protected]' = "test send email content" = 'test.jpg' = "image/jpeg" = CMailFile(,,,,,,->?>
您可能感興趣的文章:
php 發送帶附件郵件的類
php socket使用smtp發送帶附件的郵件
PHPMailer發送帶附件郵件的例子