0
在php mail()函數中,如何發送附件?我沒有找到參數來做到這一點。任何幫助將不勝感激。如何發送附件文件?
在php mail()函數中,如何發送附件?我沒有找到參數來做到這一點。任何幫助將不勝感激。如何發送附件文件?
必須有一個可以在某處設置的多部分標誌,才能使連接保持連接狀態,直到人員上傳完成。
試試這個: http://snipplr.com/view/2686/send-multipart-encoded-mail-with-attachments/
[PHPMailer的(http://code.google.com/a/apache-extras.org/p/phpmailer/)使得它比較容易添加附件。 – ACJ 2012-08-21 00:32:17
這裏有一個例子的文章:http://www.webcheatsheet.com/PHP/send_email_text_html_attachment.php – Amber 2010-02-16 06:01:53