• Resolved jb42

    (@jb42)


    Hello,

    I’m trying to debug a strange problem : the emails saying “A comment is awaiting for moderation” are not send correctly by WP.

    Simple question : should your pugin (that I’m using) log “A comment is awaiting for moderation” messages ? Or not ?

    Thanks a lot !

    Regards

    https://wordpress.org/plugins/email-log/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Sudar Muthu

    (@sudar)

    Any mail that is generated using the wp_mail function will be logged by this plugin. All emails generated by WordPress core use this function so they will be logged.

    Most plugins that generated emails also use this function, so it should be logged. But if a plugin uses a different way to send the email then they will not be logged.

    So in your case, ‘A comment is awaiting for moderation’ is generated by WordPress core. So it will be logged.

    Let me know if you are still facing any issues with it.

    Thread Starter jb42

    (@jb42)

    Thanks !

    Any idea why this email wouldn’t be sent ?

    Regards !

    Plugin Author Sudar Muthu

    (@sudar)

    First check if it Is enabled.

    Go to Settings -> Discussion and if you scroll down you should see an option called

    “Email me whenever”

    and see if the “A comment is held for moderation” checkbox is checked or not.

    Next check whether the email is logged or not.

    Thread Starter jb42

    (@jb42)

    Thanks for your reply.

    This checkbox is (of course) checked. I tried checking/unchecking, but nothing is logged.

    Any other ideas ?

    Thanks a lot !

    Plugin Author Sudar Muthu

    (@sudar)

    Hmm.. that’s a WordPress core feature. I am not sure why it is not working.

    The only other thing that you can try out is to disable all plugin and use the default theme to see if the email get’s sent.

    Thread Starter jb42

    (@jb42)

    Don’t know…

    I just fixed it using this plugin : https://wordpress.org/plugins/comments-notifier/

    It sends additional notifications mail. This did the trick for me .

    Thanks again for your help, and your very useful plugin !

    Plugin Author Sudar Muthu

    (@sudar)

    Glad to know that you got it resolved.

    If you are happy about my plugin, then I would appreciate if you can leave a review for it at https://wordpress.org/support/view/plugin-reviews/email-log Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Should it log "A comment is awaiting for moderation" messages ?’ is closed to new replies.