Welcome Guest, Not a member yet? Register   Sign In
Any thought of having an email queue or "spooling" in CI4?
#13

I spent a little time working on an email queue for Laravel this weekend:

https://bitbucket.org/skunkbad/mailqueue-laravel5

I know Laravel has it's own queue, and mailer, but I like what I've been using with CI3, and I've been learning Laravel.

Since we're on the topic of queues, since I had never seen what Laravel has to offer I thought my email queue would be sort of standard, storing email config/contents in a DB and then using cron to attempt sending. Either I misunderstand how their queue works, or I just don't like the idea of running a listener (long running process) because I'm not hosting my websites on accounts where I feel comfortable doing it.

Anyways, I don't want to get all Laravelly here, but I do want to say that I hope your Mail (email class) doesn't end up like theirs. It's just too limited. Better to use Swiftmailer directly.
Reply


Messages In This Thread
RE: Any thought of having an email queue or "spooling" in CI4? - by skunkbad - 06-27-2016, 12:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB