Monica email remainders?
Monica
2
Posts
2
Posters
30
Views
2
Watching
-
Is anyone else having trouble receiving email reminders from Monica?
I've tried configuring a couple of different SMTP servers (including Amazon SES, which works fine for my other applications). The test emails go through successfully every time, but the actual reminder emails are not being sent.
This makes me wonder if it's a scheduling issue. Do we need to manually configure a cron job for the reminders to run regularly?
Any insights would be appreciated. Thank you!
-
The app package runs the cron job as outlined in https://github.com/monicahq/monica/blob/4.x/docs/installation/providers/generic.md#4-configure-cron-job
Can you open a webterminal into the app and run it manually via:
sudo -E -u www-data php /app/code/artisan schedule:runand see if it shows an error or sends the mails then?