如何从 Magento 发送新闻通讯?

发布于 2024-11-15 05:57:08 字数 96 浏览 2 评论 0原文

我有一家初创公司,我想向所有订阅者和客户发送新闻通讯,但我不知道如何做。我选择模板并选择“队列通讯”并设置日期/时间,但它从不发送。我做错了什么吗?有谁知道如何解决这个问题?谢谢

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

治碍 2024-11-22 05:57:08

同意迪克·劳伦特的观点。您需要配置 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文