如何正确使用imap_mail_compose
我目前正在编写一个网络邮件脚本,我不知道如何正确使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
考虑看看 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.