如何使用 google apps 电子邮件地址配置 Joomla 1.7 SMTP 电子邮件
我安装了新的 Joomla 1.7。
我有一个有效的、已确认的、工作的 google apps 电子邮件,我可以通过网络客户端登录该电子邮件。 我启用了 pop 和 imap。
邮件设置部分中的 Joomla 全局配置选项卡中的配置如下:
Mailer: SMTP
From Email: [-me-]@decherney.com
From Name: Test Site Email
Sendmail Path: /usr/sbin/sendmail
SMTP Authentication: Yes
SMTP Security: SSL
SMTP Port: 465
SMTP Username: [-me-]@dechereny.com
SMTP Password: [-password-]
SMTP Host: smtp.gmail.com
每当站点尝试发送电子邮件(无论是用于注册、邮件还是其他通知服务)时,它都会报告以下内容:
SMTP 错误!无法连接到 SMTP 主机。
我尝试过使用端口 587,使用 phpmail 和 smtp 主机作为 ssl:smtp.gmail.com:465,以及网上提出的几乎所有其他解决方案。
如果有人有建议/答案,我将非常感激。
I have a fresh Joomla 1.7 install.
I have a valid, confirmed, working google apps email that I can log into via the web client.
I have pop and imap enabled.
Configuration within Joomla Global Configuration Tab in the Mail Settings section is as follows:
Mailer: SMTP
From Email: [-me-]@decherney.com
From Name: Test Site Email
Sendmail Path: /usr/sbin/sendmail
SMTP Authentication: Yes
SMTP Security: SSL
SMTP Port: 465
SMTP Username: [-me-]@dechereny.com
SMTP Password: [-password-]
SMTP Host: smtp.gmail.com
Anytime the site tries to send email whether for registration, mail, or other notification services it reports the following:
SMTP Error! Could not connect to SMTP host.
I have tried using port 587, using phpmail with the smtp host as ssl:smtp.gmail.com:465, and pretty much every other solution proposed on the net.
If anyone has a suggestion/answer I would be much appreciative.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
事实证明我所要做的就是将以下行添加到 php.ini 文件中
(或取消注释)
turns out all I had to do was add the following line to the php.ini file
(or uncomment it)
尝试将 SendMail 路径设置为:smtp.gmail.com
其他一切看起来都不错。
Try setting the SendMail Path to : smtp.gmail.com
Everything else looks good.