如何正确使用imap_mail_compose

发布于 2024-10-14 08:10:03 字数 188 浏览 5 评论 0原文

我目前正在编写一个网络邮件脚本,我不知道如何正确使用 imap_mail_compose 函数。

文档和示例不是很明确,谷歌上也没有示例。

我的问题是:我应该如何正确使用此函数以及从表单中获取的数据(收件人、抄送、密件抄送、主题、内容、附件)?那么如何发送这条消息:imap_mail或mail?

感谢您抽出时间。

i'm currently programming a webmail script and I don't know how to properly use the imap_mail_compose function.

The documentations and examples are not very explicit and there is no examples on google.

My question is : how should i use properly this function with the data i obtain from my form (to,cc,bcc,subject,content,attachements) ? Then how to send this message : imap_mail or mail ?

Thanks for your time.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

逐鹿 2024-10-21 08:10:03

考虑看看 Worx Tech 的 PHPMailer 之类的产品。使用过几次,事实证明它非常有用,并且易于使用且稳定。

项目站点(sourceforge)(PHP 5.xx):http://sourceforge.net/projects/phpmailer/ 和项目站点 google 代码:http://code.google。 com/a/apache-extras.org/p/phpmailer/

可以通过访问 PHPMailer 页面在 Google 中搜索“PHPMailer”并转到“产品”>“PHPMailer”来找到基本教程。 PHPMailer >支持 - 教程。不要让该网站让您失望,课程本身就非常出色。

Consider looking at the likes of PHPMailer by Worx Tech. Used it a few times and it's proven very useful in the past proving easy to use and stable.

Project site (sourceforge) (PHP 5.x.x): http://sourceforge.net/projects/phpmailer/ and project site google code: http://code.google.com/a/apache-extras.org/p/phpmailer/

The basic tutorial can be found by visiting the PHPMailer page searching 'PHPMailer' in Google and goto Products > PHPMailer > Support - Tutorial. Don't let the site put you off, the classes themselves are excellent.

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