我在Joomla Global Configuration面板中有下一个设置.
**Mail Settings**
Mailer: SMTP Server
Mail from: email@mydomain.com
From Name: John Smith
Sendmail Path:
SMTP Authentication: Yes
SMTP Security: SSL
SMTP Port: 465
SMTP Username: email@mydomain.com
SMTP Password: ******
SMTP Host: gmail-smtp-in.l.google.com
我正在运行Joomla 1.5.14.
我在谷歌应用程序域中启用了IMAP和POP.
当我尝试通过单击小信封图标发送带有文章链接的电子邮件时,我会得到下一个反馈. “电子邮件冷却不能正确发送”. SMTP验证似乎有效,因为我没有收到任何SMTP错误,但未发送电子邮件.任何想法都会非常感激!
我已使用SMTP主机测试为smtp.gmail.com但没有成功.
我尝试使用定义为/usr/sbin / postfix的sendmail但没有成功.
解
如果安装了postfix,请将sendmail路径设置为sendmail命令或将sendmail指向postfix.
将SMTP主机设置为smtp.gmail.com.我看起来像:
**Mail Settings**
Mailer: SMTP Server
Mail from: email@mydomain.com
From Name: John Smith
Sendmail Path: /usr/sbin/sendmail
SMTP Authentication: Yes
SMTP Security: SSL
SMTP Port: 465
SMTP Username: email@mydomain.com
SMTP Password: ******
SMTP Host: smtp.gmail.com
最佳答案 邮件设置
Mailer: SMTP Server Mail from: emailmydomain.com
From Name: John Smith
Sendmail Path: /usr/sbin/sendmail
SMTP Authentication: Yes
SMTP Security: None
SMTP Port: 25
SMTP Username: emailmydomain.com
SMTP Password: **
SMTP Host: ssl://smtp.gmail.com:465