忘记密码不发送电子邮件

编程入门 行业动态 更新时间:2024-10-28 13:22:31
本文介绍了忘记密码不发送电子邮件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

想知道能不能帮到我.我安装了Magento,当客户选择忘记密码"时,系统不会发送重置密码电子邮件.

Wonder if you can help me. I have a Magento installation and when a customer selects "forgot password" the system does NOT send the reset password email.

所有其他电子邮件都可以正常工作.我已经设置了新密码模板,并在Magento的管理员中分配了它.

All the other emails are working fine. I have setup the New Password template and assigned it in the admin of Magento.

我一辈子都想不通为什么为什么只有重置密码电子邮件没有发送而其他电子邮件却如此.

I can't for the life of me figure out why only the Reset password emails are not sending and the others are.

请帮助.

谢谢, Ev

推荐答案

要解决此问题,只需删除主题在app/design/frontend///layout/中使用的自定义customer.xml,因此采用默认布局将使用带有基本主题(在app/design/frontend/base/default/layout/customer.xml中)附带的

To solve the issue it is enough to delete the custom customer.xml used by your theme in app/design/frontend///layout/, so default layout shipped with base theme (in app/design/frontend/base/default/layout/customer.xml) will be used.

或者可以将自定义的customer.xml更新为包括以下部分:

Or the custom customer.xml can be updated to include the following section:

<customer_account_resetpassword translate="label"> <label>Reset a Password</label> <remove name="right"/> <remove name="left"/> <reference name="head"> <action method="setTitle" translate="title" module="customer"> <title>Reset a Password</title> </action> </reference> <reference name="root"> <action method="setTemplate"> <template>page/1column.phtml</template> </action> <action method="setHeaderTitle" translate="title" module="customer"> <title>Reset a Password</title> </action> </reference> <reference name="content"> <block type="customer/account_resetpassword" name="resetPassword" template="customer/form/resetforgottenpassword.phtml"/> </reference> </customer_account_resetpassword>

更多推荐

忘记密码不发送电子邮件

本文发布于:2023-05-31 22:08:24,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/400283.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:忘记密码   发送电子邮件

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!