如何发送附件文件?
在php mail()函数中,如何发送附件?我没有找到执行此操作的参数。任何帮助将不胜感激。
In php mail() function, how can I send attachments? I didn't find parameter to do this. any help will be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
必须有一个多部分标志,您可以在某处设置,以使连接保持连接,直到人员上传完成。
试试这个:
http://snipplr.com/view/2686/send -multipart-encoded-mail-with-attachments/
There must be a multi-part flag you can set somewhere to enable the connection to stay connected until the persons upload is finished.
try this:
http://snipplr.com/view/2686/send-multipart-encoded-mail-with-attachments/