• Hello community,

    I am having issues with sending emails through Post Notification, I would like to send a mail to the subscribers immediately after a post is published, I’ve tried several times but it doesn’t work. The other templates work well with cronjob, but this particular issue with the Post Notification is giving me problems. Has someone else encountered this?

    Kind regards,

Viewing 1 replies (of 1 total)
  • I use the “Send mail within 30 minutes when any post is published” option and it seems to work fine for me. I have not tried the “add to cron” option as I don’t have a need to expedite post notification.

    My elp cron job runs every 15 minutes, so I suppose it’s possible if it missed the 30 minute timer by a second or two, it could be 45 minutes before it was triggered. At some point I learned by experience that using WP Cron for this just wasn’t reliable enough so I scheduled a separate job just for elp cron.

    wget –no-cache –save-headers –user-agent=cron-email-posts-script-1.0 –output-file=_cron/$logname.log –output-document=_cron/$logname.html https://$site/?elp=cron&guid=$2

Viewing 1 replies (of 1 total)
  • The topic ‘Post Notification not working’ is closed to new replies.