如何发送附件文件?

发布于 2024-08-21 15:23:00 字数 53 浏览 3 评论 0原文

在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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

爱的故事 2024-08-28 15:23:00

必须有一个多部分标志,您可以在某处设置,以使连接保持连接,直到人员上传完成。

试试这个:
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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文