cakephp 电子邮件组件 phpmailer

发布于 2024-10-25 18:32:57 字数 268 浏览 1 评论 0原文

我正在使用 CakePHP 1.2 版本,并尝试使用 PHPMailer 库发送电子邮件以实现电子邮件功能,但是在尝试发送电子邮件时,出现以下提及错误:

致命错误:在 /var/www/xyz/ 中找不到类“PHPMailer” app/controllers/components/email.php on line 80

尝试了不同的方法将供应商库包含到控制器/应用程序控制器文件中,但这对解决错误没有多大帮助。

尽快解决问题的任何线索/想法。

谢谢 !

I am using CakePHP 1.2 version and trying to send an email with PHPMailer library for my email function however while trying to send an email, it gets below mention error:

Fatal error: Class 'PHPMailer' not found in /var/www/xyz/app/controllers/components/email.php on line 80

Tried different ways to include vendor library into controller/app controller files, but it doesn't help much to resolve an error.

Any clues/ideas to resolve it ASAP.

Thanks !

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

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

发布评论

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

评论(1

溺孤伤于心 2024-11-01 18:32:57

你用吗

App::import('Vendor', 'PhpMailer', array('file' => 'phpmailer' . DS . 'class.phpmailer.php'));

这是 phpmailer 和 Cakephp 的 教程

Do you use

App::import('Vendor', 'PhpMailer', array('file' => 'phpmailer' . DS . 'class.phpmailer.php'));

?

Here is a tutorial for phpmailer and Cakephp

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