Hi there!
Try to enable server side cron instead of WP Cron.
Also notice next thing please – if user still not closed the browser tab with your website, he will not receive email notification.
Hope this will help!
Thanks!
thank for your fast response
i have disabled cron from wp-config.php and enabled server real cron and wrote this line in crontab -e
*/1 * * * * wget -q -O – https://2-rings.com/wp-cron.php?doing_wp_cron
so it will run each hour
and I received the mail within 10-15 mins
do I need to decrease the 1 hour or it there is another issue
also, does it will not affect other plugins cron jobs?
Thanks
Hi there!
Please set it to run every 1 minute.
This will not affect any other cron jobs.
Thanks!
but 1 minute will cause load on server?
I did, and almost it is solved in many trials but sometimes not, and I Doubt in Postman plugin it delays the email. does this plugin conflict with your plugin? as I see in my auditlog that postman generate the system mails
Br