使用Joomla和Google Apps发送电子邮件

时间:2009-09-28 17:06:03

标签: joomla joomla1.5

我在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 但未成功。

我尝试将sendmail定义为 / usr / sbin / postfix ,但没有成功。

解决方案

如果安装了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

2 个答案:

答案 0 :(得分:2)

邮件设置

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

答案 1 :(得分:0)

我和Joomla有Virtuemart 1.1.4! 1.5.15。

对我有用的配置是(对于virtuemart和joomla联系人):

邮件设置

Mailer: SMTP Server
Mail from: email@mydomain.com
From Name: John Smith
Sendmail Path: /usr/sbin/sendmail
SMTP Authentication: Yes
SMTP Security: None
SMTP Port: 25
SMTP Username: email@mydomain.com
SMTP Password: ******
SMTP Host: ssl://smtp.gmail.com:465