3

我通过电子邮件收到错误日志,但我更改了我的电子邮件帐户,现在我还需要在 magento 中更改电子邮件。有人知道我在哪里可以找到在 magento 管理页面中更改电子邮件的选项,以开始在我的新电子邮件上接收错误日志。

谢谢

4

1 回答 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>
于 2011-11-25T08:50:23.420 回答