Hello @chrisbloomwp
now I understand…
… I have to tick the ‘Send update notification’ (in the post)
I think it would be better to change the function to
‘Send NO update notification’ (in the post)
default to YES (box ticked)
Best regards
Ulli
BTW: I have some pages in german and some in english – searching for an solution to have only 1 language in the message! 😉
Hello @chrisbloomwp
the variable $_POST[‘rt_send_alert_for_selected_post’] was never set, so no mail could be sent
regardless of the type (SMTP or wpmail)
Best regards
Ulli
Same problem, no mails are sent!
After removing: if (isset($_POST[‘rt_send_alert_for_selected_post’]))
in the function: alert_me_notification_send_email($post_id)
in the file: inc/front-end/alertme-notficiation.php
it works
Best regards Ulli