【问题标题】:Magento: How to change email address for sending error logs?Magento:如何更改电子邮件地址以发送错误日志?
【发布时间】:2012-01-06 04:14:58
【问题描述】:

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

谢谢

【问题讨论】:

    标签: email magento magento-1.4 error-log


    【解决方案1】:

    我猜你说的是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>
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-01-04
      • 2013-05-14
      • 2020-04-13
      • 1970-01-01
      • 2014-04-30
      • 2014-11-14
      相关资源
      最近更新 更多