Any thought of having an email queue or "spooling" in CI4? |
It is what you make it. I'm not asking for some cheesy, half thought out, or rigid (you must do it my way) type of solution. Both Symfony and Laravel have solutions, so why not CodeIgniter?
Laravel: https://laravel.com/docs/4.2/mail#queueing-mail Symfony: http://symfony.com/doc/current/cookbook/...spool.html I built my own solution that is also a driver so I can switch between CI's email class and Swiftmailer. Nice options might be that one could use file, memory, or database type storage for the queue, although mine is only set up for database storage. You are saying that you might think the solution needs to be generalized, but why not just make it highly flexible and configurable? Also, if you're not using the queue, it's not like it has to be a hindrance or some sort of obstacle. You would still be able to send email without using it. Again, once I started using an email queue, I can't see building a website without one, even if the website is small. At least for me, since I feel that it is really a feature that belongs in CodeIgniter, that's why I've brought it up here. I could just keep using mine, but it is a highly desirable feature for a number of reasons. |
Welcome Guest, Not a member yet? Register Sign In |