Magento:如何更改发送错误日志的电子邮件地址?

3
我通过电子邮件接收错误日志,但我更改了我的电子邮件帐户,现在我需要在Magento中也更改电子邮件。 有人知道在Magento管理页面中哪里可以找到更改电子邮件的选项,以便开始在我的新电子邮件上接收错误日志吗?
谢谢。
1个回答

7
我猜你在谈论errors/local.xml文件:
<config>
    <report>
        <action>email</action>
        <subject>Store Debug Information</subject>
        <email_address>example@example.com</email_address>
        <trash>leave</trash>
    </report>
</config>

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接