-2

I want to prepare a queue for my system to send emails using queue. Suppose i have one script to insert some record and send an email then i will add these email in queue and when queue execute then email would be sent.

Can you suggest me some examples that instruct me how to do with zend-framework2 ?

Darshan ambaliya
  • 291
  • 3
  • 19

1 Answers1

0

What have you tried ?

Stack overflow does not work like this, you can't just ask for a work, and expect people will provide nicely.

Regarding your demands now I'd recommend, using SlmQueue for Zend framework.

If you use doctrine I'll advise this plugin

If you want a more complexe solution I would recomment a soft implementing AMQP protocol such as rabbitMQ

Greco Jonathan
  • 2,337
  • 2
  • 24
  • 49