• Resolved jwelliott28

    (@jwelliott28)


    We are using wp-mail-logging for a site of ours and overall it works well. However, we had two instances where someone submitted a form and the email was delivered successfully but was not logged. They were a week apart (11/21/2023 and 11/28/2023) but from the same domain. Not only were they not logged in wp-mail-logging, but they were not in /var/log/maillog either. Where are wp-mail-logging logs actually stored on a Linux server? I’m hoping to find them and see if there’s any more information I can get from them, but they are not viewable in wp-admin.

    • Server OS: CentOS 7.9
    • wp-mail-logging: 1.12.0

    Please let me know if you need any additional information.

Viewing 1 replies (of 1 total)
  • Plugin Author Michael

    (@donmhico)

    Hello,

    Our plugin does not save the logs in a physical location such as /var/log/maillog but instead we capture the email logs in wp_mail filter then save it in $wpdb->prefix . 'wpml_mails' DB table.

    It can help if you can provide us more information of the email that wasn’t logged.

Viewing 1 replies (of 1 total)
  • The topic ‘Logging Missing’ is closed to new replies.