getgrav / grav-plugin-email

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

Scheduler not clearing the queue. Nothing added to scheduler. #112

Closed chrisallick closed 5 years ago

chrisallick commented 5 years ago

I am trying to use the email plugin with the scheduler plugin https://github.com/Perlkonig/grav-plugin-scheduler I know the queue works because I can observe the emails getting added in the file system, and flushing the queue sends the emails correctly.

Which leads me to believe the scheduler is not correctly being populated. I believe I can confirm this because I do not see anything inside /user/data/scheduler when i send an email that is added to queue.

Random thought, am i using the right scheduler?

Grav: v1.6.6 Admin Panel: v1.9.2 Email: v3.0.1 Scheduler: v1.0.0 Php: 7.2

Any thoughts?

https://github.com/Perlkonig/grav-plugin-scheduler/issues/2

chrisallick commented 5 years ago

I am an idiot. I did not realize it was a tool on the readme for email it just says "grav scheduler". I am very very new the tool and didn't realize it was already installed! Once i went to the tool -> scheduler page and ran the crontab command it worked perfectly!

What an awesome feature!