How to send a newsletter from Magento?

I have a startup, and I want to send the newsletter to all my subscribers and clients, but I do not know how to do it. I select a template and select "Queue Newsletter" and set the date / time, but it never sends. Did I do something wrong? Does anyone know how to fix this? Thanks

+3
source share
1 answer

Agree with Dick Laurent. You need to configure cron to work. A configured cron not only sends a newsletter, but also optimizes the database (clear unused data).

In addition, if you do not have permission to configure cron, you can send newsletters manually at the open URL: http://yourstorename.com/index.php/admin/newsletter_queue/sending

It is important that you need to disable the "add secret key to URL" option for direct access to this action.

+3
source

All Articles