如何从 Magento 发送新闻通讯?
我有一家初创公司,我想向所有订阅者和客户发送新闻通讯,但我不知道如何做。我选择模板并选择“队列通讯”并设置日期/时间,但它从不发送。我做错了什么吗?有谁知道如何解决这个问题?谢谢
I have a start-up and I want to send a newsletter to all my subscribers and customers, but I don't know how. I select the template and choose "Queue Newsletter" and set the date/time but it never sends. Have I done something wrong ? Does anyone know how to fix this ? Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
同意迪克·劳伦特的观点。您需要配置 cron 作业。
调整后的 cron 不仅发送新闻通讯,还优化 DB(清除未使用的数据)。
另外,如果您没有 cron 配置的权限,您可以通过打开的 url 手动运行新闻通讯:
http://yourstorename.com/index.php/admin/newsletter_queue/sending
重要的是,您需要禁用选项“向 url 添加密钥”才能执行对此操作的直接访问。
Agree to Dick Laurent. You need to configure cron job.
Tuned cron not only send newsletter, also it optimize DB (clear not used data).
Also if your don't have permission to cron configuration your can manual run newsletter send by open url:
http://yourstorename.com/index.php/admin/newsletter_queue/sending
Important your need to have disabled option "add secret key to url" to perform direct access to this action.