0

I am using magento-1.7.2 and have made templates for newsletter. But i not able to select the subscribers and newsletter date to send it.

How i can send a newsletter, can any one describe it. Thanks

user1493023
  • 99
  • 1
  • 2
  • 13

1 Answers1

0

I got solution to send newsletters in magento, Magento not gives the option to send newsletters.

You can do it by following these steps:

A. Create a action "send" in your controller and get all newsletters from "newsletter_queue" table to send all subscribers(from "newsletter_subscriber" table). Use Mail function of Magento to send mail.

B. Write cron-job to call above action.How set cron job

C. set cron-job for each 10 min.

user1493023
  • 99
  • 1
  • 2
  • 13