5

我正在使用 magento 1.7.2。但遇到电子邮件发送问题。当客户使用忘记密码表单请求新密码时,他们没有收到任何电子邮件。但是消息“如果有与 arif04cuet2@gmail.com 关联的帐户,您将收到一封电子邮件,其中包含重置密码的链接。” 正在显示。

我在这里发现了类似的问题,但对我不起作用。 忘记密码不发送电子邮件 Magento 不发送忘记密码电子邮件 我正在使用自定义模板。

谁能帮我?

谢谢

4

2 回答 2

4

First step would be to switch to the default Magento template, then see if the password reset emails are working. If they do, then it's most likely an issue specific to your template.

If it still doesn't work, it could be an issue with the local email server settings itself.

For emailing issues, I would recommend installing SMTP Pro by ASchroder.

https://github.com/aschroder/Magento-SMTP-Pro-Email-Extension

After installing:

  1. go to System > Configuration > System (under Advanced)

  2. Open SMTP Pro Email General Settings

  3. For Choose extension option select SMTP

  4. Set Log all messages to Yes

  5. Expand the SMTP Pro Email SMTP Settings section

  6. Set Authentication to None and leave Username and Password blank (this is assuming the apache user your Magento is running on is allowed to send emails through SMTP. If not, you should enter in the correct SMTP login settings for this area.

  7. Set Host to localhost and Port to 25

  8. Save your configuration, and then click Run Self Test under the SMTP Pro Email General Settings section.

If the test was successful, password reset emails should now be working. If the user did not receive the email, it may of either been blocked by their incoming mail server, or filtered into their spam folder. If you have access to your server's mail logs, you can see if the emails being sent from Magento are being accepted by the mail servers they are being sent to.

You can view a log of emails being sent from Magento under System > Tools > Email Log after this extension is enabled and Log All Messages is set to yes in the configuration.

于 2013-03-15T17:51:39.360 回答
2

Magento 1.9 不发送电子邮件,当客户使用忘记密码表单请求新密码时,他们没有收到任何电子邮件。

我修复这个问题其实方法很简单

管理系统 > 配置 > 高级 > 系统 > 邮件发送设置 > 设置返回路径 > 是

我希望工作顺利

于 2015-01-29T06:46:18.670 回答