如何包含 Zend Mail 库
我想使用 Zend Mail 库发送电子邮件。我必须如何包含它才能使用它?它说我要配置 ini 文件,但我正在使用共享主机。
I want to send email using Zend Mail library. How I have to include it inorder to be able to use it? It says me to configure ini file however I'm using shared hosting.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以通过 PHP 脚本使用以下命令来完成此操作: ini_set
其中
../libraries/Zend
是 Zend Framework 库的路径。You can do it via your PHP script using: ini_set
Where
../libraries/Zend
is the path to your Zend Framework library.使用 Zend Mail 发送邮件时出现问题?
Zend Mail Gmail SMTP
Problem when sending mail with Zend Mail?
Zend Mail Gmail SMTP