The email notifications about next day classes suddenly stopped last week. I’ve been reminding clients by text again bout would like the email notifications to work.
Please check if the cron job has any errors. It could be that the cronjob is not working properly. I suppose you are using WP Crontrol to send them? Here is how it should be configured
Depending on the server, there are different configurations for it, which you can contact your hosting provider about, or you can check out one of the solutions for it on this link.
GET 'https://yourdomain.com/wp-admin/admin-ajax.php?action=wpamelia_api&call=/notifications/scheduled/send' > /dev/null
If that doesn't help you, my suggestion is to install the WP Crontrol plugin. You can find more info about it, and detailed instructions on how to set it up in our FAQ section.
Thank you for the reply. It looks like it was due to Wordpress updating. It momentarily paused this cron job and only this job for my review. Once I clicked the cron job, and clicked update, it worked again.
Hi,
The email notifications about next day classes suddenly stopped last week. I’ve been reminding clients by text again bout would like the email notifications to work.
Can you help?
Kav
Hello Kavaitri,
Thanks for reaching out to us.
Please check if the cron job has any errors. It could be that the cronjob is not working properly. I suppose you are using WP Crontrol to send them? Here is how it should be configured
Depending on the server, there are different configurations for it, which you can contact your hosting provider about, or you can check out one of the solutions for it on this link.
Also, you can try this:
*/15 * * * * wget -q -O - "https://www.yourwebsite.com/wp-admin/admin-ajax.php?action=wpamelia_api&call=/notifications/scheduled/send"
Or this:
*/15 * * * * /usr/local/bin/php ~/public_html/wp-cron.php --action='wpamelia_api' --call='/notifications/scheduled/send'
Or this:
GET 'https://yourdomain.com/wp-admin/admin-ajax.php?action=wpamelia_api&call=/notifications/scheduled/send' > /dev/null
If that doesn't help you, my suggestion is to install the WP Crontrol plugin. You can find more info about it, and detailed instructions on how to set it up in our FAQ section.
Kind Regards,
Stefan Petrov
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi Stefan!
Thank you for the reply. It looks like it was due to Wordpress updating. It momentarily paused this cron job and only this job for my review. Once I clicked the cron job, and clicked update, it worked again.
Kind regards,
Kav
Hello Kavaitri,
That's great! Thanks for the feedback!
In case if the issue happens again or if you have any other questions or issues, feel free to reach out to us and we will kindly assist.
Kind Regards,
Stefan Petrov
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables