getgrav / grav-plugin-email

Grav Email Plugin
http://getgrav.org
MIT License
37 stars 29 forks source link

Queues instead of immediate send #89

Closed avxkim closed 5 years ago

avxkim commented 6 years ago

Would be good if you integrate mail queues that would run on a cron task instead of immediate sending. That's not convenient, because user has to wait 2-3 seconds before email is sent.

rhukster commented 5 years ago

With the jobs capability, we've added in the 1.6 beta release, this is now possible, so will look into a queue for a future version.

rhukster commented 5 years ago

https://github.com/getgrav/grav-plugin-email/commit/28ba458e7a10757e775cc389ff079c5404fcfeb8 This has been added in 3.0 branch!