简体   繁体   English

Magento订购电子邮件未发送

[英]Magento order emails not sending

When people place an order on my online store I am not receiving a notification email. 当人们在我的网上商店下订单时,我没有收到通知电子邮件。 The customer isn't receiving order emails either. 客户也没有收到订单电子邮件。

I am able to send emails to customers (their order details, password updates, etc.) manually, but we're not receiving any order notifications automatically. 我可以手动向客户发送电子邮件(他们的订单详细信息,密码更新等),但是我们不会自动收到任何订单通知。

Under Sales Emails, I have my email address (same domain as store url), and copy method separate email. 在“销售电子邮件”下,我有我的电子邮件地址(与商店URL相同的域),并且复制方法为单独的电子邮件。 I've done this for all sales emails. 我已经完成了所有销售电子邮件。 All other sending options are default (disable email communications: no, host: localhost, port: 25, set return path: no). 其他所有发送选项均为默认设置(禁用电子邮件通信:否,主机:本地主机,端口:25,设置返回路径:否)。

If anyone has any suggestions I'd love to hear them :) Thanks in advance, Bob 如果有人有任何建议,我想听听他们的意见:)预先感谢,鲍勃

1. 1。

Mail Sending Settings: 邮件发送设置:

host: localhost 主机:localhost

host may vary from one server to other server sometimes, check whether your host is localhost or any other. 主机有时可能因一台服务器而异,请检查您的主机是localhost还是其他主机。 My server is not using localhost. 我的服务器未使用本地主机。

2. Compilation may be enabled in your server. 2.您的服务器中可能启用了编译。 So your settings will not be affected untill you run the compilation after made any changes in your server. 因此,在对服务器进行任何更改之后运行编译之前,您的设置不会受到影响。 You may check the mail issues after disable compilation. 禁用编译后,您可以检查邮件问题。

3. If all fine and mail still not working, then you can try this free extension CheetahSender . 3.如果一切正常,仍然无法正常工作,则可以尝试使用此免费扩展CheetahSender

首先,您需要在您的服务器上检查php邮件,我确定您的服务器邮件已禁用或以某种方式不起作用..因此,请通过根目录下php的简单邮件功能对其进行检查,然后再与magento进行检查。

You probably did not install the sendmail in your server. 您可能没有在服务器中安装sendmail。 Type: 类型:

sudo apt-get install sendmail

If all other emails are working then check with cron job. 如果所有其他电子邮件都正常工作,请检查cron作业。 in magento 1.9 its based on cron job. 在magento 1.9中,它基于cron作业。 so you can trace through.. 这样您就可以跟踪。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM