{"id":35503,"date":"2010-09-07T08:00:00","date_gmt":"2010-09-07T08:00:00","guid":{"rendered":"https:\/\/www.weixiaoduo.com\/plugins\/2024\/02\/22\/check-email\/"},"modified":"2025-09-09T18:59:00","modified_gmt":"2025-09-09T18:59:00","slug":"check-email","status":"publish","type":"post","link":"https:\/\/www.weixiaoduo.com\/plugins\/check-email\/","title":{"rendered":"Check &#038; Log Email \u2013 Easy Email Testing &#038; Mail logging"},"content":{"rendered":"<p>In need of a tool that allows you to easily log and view all emails sent from WordPress? Check & Log might be just the solution for that.<br \/>\nThis WordPress plugin helps you store sent emails for auditing purposes, as well as debug email related problems in your WordPress site. Works best on eCommerce websites that have been created with WooCommerce or Easy Digital Downloads.<\/p>\n<p><a href=\"https:\/\/check-email.tech\/\" rel=\"nofollow ugc\">Home<\/a> | <a href=\"https:\/\/check-email.tech\/contact\/\" rel=\"nofollow ugc\">Help & Tech Support<\/a> | <a href=\"https:\/\/check-email.tech\/docs\/\" rel=\"nofollow ugc\">Documentation<\/a> | <a href=\"https:\/\/check-email.tech\/pricing\/#pro-feature\" rel=\"nofollow ugc\">Premium Features<\/a><\/p>\n<h3>New Features of the plugin Check & Log Email 2.0<\/h3>\n<ul>\n<li><strong>Export Logs<\/strong> \u2013 It allows to export email logs in multiple file format with date range and status <a href=\"https:\/\/check-email.tech\/docs\/knowledge-base\/how-to-export-email-logs-in-check-log-email-plugin\/\" rel=\"nofollow ugc\">Learn More<\/a>. <\/li>\n<li><strong>More Fields<\/strong> \u2013 Such as Cc, Bcc, Host IP, Reply To etc. <\/li>\n<li><strong>Log Retention Period<\/strong> \u2013 It allows to deletes old emails when a certain amount of logs and time has passed. <\/li>\n<li><strong>Print or save as PDF<\/strong> \u2013 You can print the email log, or save it as a PDF. <\/li>\n<li><strong>Resend email<\/strong> \u2013 This feature allow you to modify email and resend email. <\/li>\n<li><strong>Forward Email<\/strong> \u2013 By using this feature you can automatically forward a copy of all emails sent by WordPress to other email addresses <a href=\"https:\/\/check-email.tech\/docs\/knowledge-base\/forward-email-option-in-the-check-log-email-plugin\/\" rel=\"nofollow ugc\">Learn More<\/a>. <\/li>\n<li><strong>Easy migration<\/strong> \u2013 It is allow you to import data from various plugins like Email Log, Mail logging \u2013 WP Mail Catcher, WP Mail Logging, WP Mail Log and export the data. <\/li>\n<li><strong>Email Error Tracking<\/strong> \u2013 You can easily see list of errors of emails and view details of error. <\/li>\n<li><strong>Setup Wizard<\/strong> \u2013 Wizard setup allows you to one time setup of this plugin. <\/li>\n<li><strong>Default Format for Message<\/strong> \u2013 Its allow you to Default Format for Message on view of content. <\/li>\n<li><strong>SMTP<\/strong> \u2013 Its allow you to setup your own smtp through Check & Email Log SMTP form. <\/li>\n<li><strong>Multisite Configure<\/strong> \u2013 Its allow to configure global setting for all your sites. <\/li>\n<li><strong>Encoding<\/strong> \u2013 Its allow to encode emails and phone in page content. <\/li>\n<li><strong>Outlook \/ MS 360<\/strong> \u2013 Its allow to send email using 360 \/ outlook configuration <a href=\"https:\/\/check-email.tech\/docs\/knowledge-base\/microsoft-365-outlook-smtp-support-in-check-log-email\/\" rel=\"nofollow ugc\">Learn More<\/a>.<\/li>\n<li><strong>Gmail SMTP<\/strong> \u2013 Its allow to send email gmail configuration <a href=\"https:\/\/check-email.tech\/docs\/knowledge-base\/gmail-smtp-support-in-check-log-email\/\" rel=\"nofollow ugc\">Learn More<\/a>. <\/li>\n<li><strong>Email Spam Testing<\/strong> \u2013 Its allow to testing of your mail for accurate delivery <a href=\"https:\/\/check-email.tech\/docs\/knowledge-base\/how-to-use-the-email-spam-analyzer-an-essential-tool-for-every-e-commerce-store\/\" rel=\"nofollow ugc\">Learn More<\/a>.<\/li>\n<\/ul>\n<h3>Features of the plugin Check & Log Email<\/h3>\n<ul>\n<li><strong>Test email sending<\/strong> \u2013 if you\u2019re not sure whether WordPress is sending emails, you can use this plugin to find out. The process is very simple: you need to choose an address that will receive a simple test email. You can even override the custom header with your own values, to avoid any other issues.<\/li>\n<li><strong>Viewing logged emails<\/strong> \u2013 they can be viewed from the admin interface, as they are stored in a separate table. You get the option to filter them based on subject, email, date, etc.<\/li>\n<li><strong>Deleting logged emails<\/strong> \u2013 you can delete them by going to the admin interface. You can either delete them in bulk or  selectively \u2013 by date, email, or subject. <\/li>\n<li><strong>Ability to change<\/strong> the \u201cmail from\u201d email address, \u201cmail from name\u201d and override default email WordPress addresses.<\/li>\n<\/ul>\n<h3>Premium Features of the plugin Check & Log Email<\/h3>\n<ul>\n<li><strong>Triggered Data<\/strong> \u2013 Triggered data helps you in debugging by showing the exact code that is sending that email <a href=\"https:\/\/check-email.tech\/docs\/knowledge-base\/how-to-use-the-trigger-option-to-debug-emails-by-identifying-the-exact-code\/\" rel=\"nofollow ugc\">Learn More<\/a><\/li>\n<\/ul>\n<h3>Filters<\/h3>\n<ul>\n<li>\n<p><strong>wp_mail_catcher_mail_success<\/strong> \u2013  is triggered before an email is sent. It has a single argument that is an array containing original mail info.<\/p>\n<\/li>\n<li>\n<p><strong>check_email_email_log_before_insert<\/strong> \u2013  is triggered before an email data about to save in check & Log Email. It has a two argument.<\/p>\n<ul>\n<li><strong>log<\/strong> \u2013  It is an array containing argument that will store in database<\/li>\n<li><strong>original_mail_info<\/strong> \u2013   It is an array containing argument of original mail info.<\/li>\n<\/ul>\n<\/li>\n<li>\n<p><strong>wp_check_email_failed<\/strong> \u2013  is triggered when an email is failed. It has a two argument.<\/p>\n<ul>\n<li><strong>mail_error_data<\/strong> \u2013  It is an array containing argument that has what possible reasons of error.<\/li>\n<li><strong>mail_error_message<\/strong> \u2013   It is an string containing error message.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h3>Action<\/h3>\n<ul>\n<li>\n<p><strong>check_email_log_inserted<\/strong> \u2013  is triggered after data successfully saved in log.<\/p>\n<\/li>\n<li>\n<p><strong>check_email_loaded<\/strong> \u2013  is triggered when check & log email successfully loaded.<\/p>\n<\/li>\n<\/ul>\n<p><strong>Support<\/strong><br \/>\nWe try our best to provide support on WordPress.org forums. However, We have a special <a href=\"https:\/\/check-email.tech\/contact\/\" rel=\"nofollow ugc\">community support<\/a> where you can ask us questions and get help about your Check & Log Email related questions. Delivering a good user experience means a lot to us and so we try our best to reply each and every question that gets asked.<\/p>\n<p><strong>Bug Reports<\/strong><br \/>\nBug reports for Check & Log Email are <a href=\"https:\/\/github.com\/ahmedkaludi\/check-email\" rel=\"nofollow ugc\">welcomed on GitHub<\/a>. Please note GitHub is not a support forum, and issues that aren\u2019t properly qualified as bugs will be closed.<\/p>\n<p><strong>Credits<\/strong><br \/>\n* jsPDF used https:\/\/github.com\/parallax\/jsPDF \u2013 License URI: https:\/\/github.com\/parallax\/jsPDF\/blob\/master\/LICENSE<br \/>\n* league\/oauth2-client used https:\/\/github.com\/thephpleague\/oauth2-client \u2013 License URI: https:\/\/github.com\/thephpleague\/oauth2-client\/blob\/master\/LICENSE<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Check &#038; Log email allows you to test if your website is correctly sending emails . Overriding of email headers and carbon copying to another address.<\/p>\n","protected":false},"author":65,"featured_media":251436,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"slim_seo":{"title":"Check & Log Email \u2013 Easy Email Testing & Mail logging - \u8587\u6653\u6735\u63d2\u4ef6\u76ee\u5f55","description":"Check & Log email allows you to test if your website is correctly sending emails . Overriding of email headers and carbon copying to another address."},"footnotes":""},"categories":[1],"tags":[85,23006,424,1748,8985],"class_list":["post-35503","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-email","tag-email-log","tag-log","tag-logging","tag-smtp"],"_links":{"self":[{"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/posts\/35503","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/users\/65"}],"replies":[{"embeddable":true,"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/comments?post=35503"}],"version-history":[{"count":0,"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/posts\/35503\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/media\/251436"}],"wp:attachment":[{"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/media?parent=35503"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/categories?post=35503"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/tags?post=35503"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}