cakephp 电子邮件组件 phpmailer
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你用吗
?
这是 phpmailer 和 Cakephp 的 教程
Do you use
?
Here is a tutorial for phpmailer and Cakephp