我想在Drupal7中发送电子邮件。那么,谁知道如何在Drupal7上配置Gmail SMTP?
发布于 2012-12-09 05:14:51
- Turn on the module at the Install options fieldset at the top.
- SMTP server settings:
- smtp server: smtp.gmail.com
- smtp backup server: leave blank.
- smtp port: 465
- use encrypted protocol: select "use SSL"
- SMTP authentication:
- Enter a valid Gmail email address and password.
- Email options:
- Set the same email address that you used at SMTP Authentication. Using a different account is called [Phishing](http://en.wikipedia.org/wiki/Phishing)
- Send test email: set an email to receive a sample email.
- Enable debugging: yes.
发布于 2016-03-01 23:19:35
步骤1:下载SMTP模块并启用。
步骤2:转到管理>配置>系统> SMTP身份验证支持并设置以下values
备份服务器:保留为空。
working.
步骤2a(可选):此处为:http://www.google.com/settings/security/lesssecureapps的Allow Less Secure Apps Access
第三步:点击保存,进入你的收件箱进行检查。如果有一个测试电子邮件,那么它是好的。
注意:您在smpt设置中提供的电子邮件地址必须与站点信息中提供的地址相同。
发布于 2012-01-20 17:41:05
我希望SMTP Authentication Support模块能帮助你。
https://stackoverflow.com/questions/8939238
复制相似问题