PHP 邮件与 SMTP

发布于 2024-10-28 10:25:34 字数 353 浏览 1 评论 0原文

我将此代码用于带有 SMTP 的邮件脚本(不带 ssl): http://email.about.com/od/emailprogrammingtips/qt/PHP_Email_SMTP_Authentication.htm

在第二行中,脚本想要包含 mail.php,但我在该站点的任何位置都找不到该 mail.php 的代码。当我排除 mail.php 时,php 告诉我它找不到“mail”类。 PEAR 软件包已安装。我必须包含什么代码?

I'm using this code for my mail script with SMTP (without ssl):
http://email.about.com/od/emailprogrammingtips/qt/PHP_Email_SMTP_Authentication.htm

In line two, the script wants to include a mail.php, but I can't find the code for this mail.php anywhere on this site. When I'm excluding mail.php php tells me that it can't find the class 'mail'.
PEAR Package is installed. What code do I have to include?

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

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

发布评论

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

评论(1

各自安好 2024-11-04 10:25:34

您还必须安装 PEAR::Mail 软件包(从命令行“pear install Mail”)

You must install the PEAR::Mail package as well ("pear install Mail" from the command line)

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