如何使用 google apps 电子邮件地址配置 Joomla 1.7 SMTP 电子邮件

发布于 2024-12-07 03:21:16 字数 622 浏览 1 评论 0原文

我安装了新的 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 技术交流群。

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

发布评论

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

评论(2

少女情怀诗 2024-12-14 03:21:16

事实证明我所要做的就是将以下行添加到 php.ini 文件中

extension=php_openssl.dll

(或取消注释)

turns out all I had to do was add the following line to the php.ini file

extension=php_openssl.dll

(or uncomment it)

泪痕残 2024-12-14 03:21:16

尝试将 SendMail 路径设置为:smtp.gmail.com

其他一切看起来都不错。

Try setting the SendMail Path to : smtp.gmail.com

Everything else looks good.

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