• hello,
    I recently noticed when user send a private message to another, the notification mail with the new message reach delayed about 1 hour

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author wordplus

    (@wordplus)

    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!

    Thread Starter mohamedbakry83

    (@mohamedbakry83)

    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

    Plugin Author wordplus

    (@wordplus)

    Hi there!

    Please set it to run every 1 minute.
    This will not affect any other cron jobs.

    Thanks!

    Thread Starter mohamedbakry83

    (@mohamedbakry83)

    but 1 minute will cause load on server?

    Plugin Author wordplus

    (@wordplus)

    It shouldnt.

    Thread Starter mohamedbakry83

    (@mohamedbakry83)

    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

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Mail Notification Delayed for new message’ is closed to new replies.