kMailQueue - A Mail Queue for Kohana 3.x
Been a while since posting!
Today, I'm bringing you another of my sexy open source modules for Kohana 3.
This time round, it's a Mail Queue. I love mail queues, they allow you to see exactly how much email traffic is passing through your site, and you can simply turn them off if you need to go into stealth mode for a while. They also can help a lot with load balancing, since you control how many mails go at any given time.
kMailQueue is a simple but powerful module for Kohana 3.x which allows you to set up your own queue. Simply add the module, point a cron at a URL and you can start adding to the Queue.
Features:
- Configure how many emails are sent in each batch. (Your cron can control how often a batch is sent).
- Restrict access to the queue through IP address and/or passphrase
- Assign a priority to emails, to allow some to jump the queue.
- Works with Kohana 3.0.x and 3.1.x
If you're interested, head over to the GitHub project. And don't forget to Fork Me Baby!