PluginProbe ʕ •ᴥ•ʔ
Check & Log Email – Easy Email Testing & Mail logging / 2.0.15
Check & Log Email – Easy Email Testing & Mail logging v2.0.15
2.0.15 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 2.0 2.0.1 2.0.10 2.0.11 2.0.12 2.0.13 2.0.13.1 2.0.13.2 2.0.14 2.0.2 2.0.3 2.0.4 2.0.5 2.0.5.1 2.0.6 2.0.7 2.0.8 2.0.9 trunk 0.5.7 0.6.0 0.6.1 0.6.2 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.12.1 1.0.13 1.0.13.1 1.0.2 1.0.3
check-email / readme.txt
check-email Last commit date
assets 3 days ago include 3 days ago languages 3 days ago vendor 3 days ago changelog.txt 3 days ago check-email.php 3 days ago readme.txt 3 days ago uninstall.php 3 days ago
readme.txt
215 lines
1 === Check & Log Email - Easy Email Testing & Mail logging ===
2 Contributors: checkemail
3 Tags: logging, email, email log, smtp, log
4 Requires at least: 5.0
5 Tested up to: 7.0
6 Requires PHP: 5.6
7 Stable tag: 2.0.15
8 License: GPLv3 or later
9 License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
11 Check & Log email allows you to test if your website is correctly sending emails . Overriding of email headers and carbon copying to another address.
12
13 == Description ==
14
15 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.
16 This 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.
17
18 [Home](https://check-email.tech/) | [Help & Tech Support](https://check-email.tech/contact/) | [Documentation](https://check-email.tech/docs/) | [Premium Features](https://check-email.tech/pricing/#pro-feature)
19
20 == New Features of the plugin Check & Log Email 2.0 ==
21
22 - <strong>Export Logs</strong> - 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/">Learn More</a>.
23 - <strong>More Fields</strong> - Such as Cc, Bcc, Host IP, Reply To etc.
24 - <strong>Log Retention Period</strong> - It allows to deletes old emails when a certain amount of logs and time has passed.
25 - <strong>Print or save as PDF</strong> - You can print the email log, or save it as a PDF.
26 - <strong>Resend email</strong> - This feature allow you to modify email and resend email.
27 - <strong>Forward Email</strong> - 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/">Learn More</a>.
28 - <strong>Easy migration</strong> - It is allow you to import data from various plugins like <i>Email Log</i>, <i>Mail logging - WP Mail Catcher</i>, <i>WP Mail Logging</i>, <i>WP Mail Log</i> and export the data.
29 - <strong>Email Error Tracking</strong> - You can easily see list of errors of emails and view details of error.
30 - <strong>Setup Wizard</strong> - Wizard setup allows you to one time setup of this plugin.
31 - <strong>Default Format for Message</strong> - Its allow you to Default Format for Message on view of content.
32 - <strong>SMTP</strong> - Its allow you to setup your own smtp through Check & Email Log SMTP form.
33 - <strong>Multisite Configure</strong> - Its allow to configure global setting for all your sites.
34 - <strong>Encoding</strong> - Its allow to encode emails and phone in page content.
35 - <strong>Outlook / MS 360</strong> - 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/">Learn More</a>.
36 - <strong>Gmail SMTP</strong> - Its allow to send email gmail configuration <a href="https://check-email.tech/docs/knowledge-base/gmail-smtp-support-in-check-log-email/">Learn More</a>.
37 - <strong>Email Spam Testing</strong> - 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/">Learn More</a>.
38
39 == Features of the plugin Check & Log Email ==
40
41 - <strong>Test email sending</strong> - if you’re 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.
42 - <strong>Viewing logged emails</strong> - 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.
43 - <strong>Deleting logged emails</strong> - you can delete them by going to the admin interface. You can either delete them in bulk or selectively - by date, email, or subject.
44 - <strong>Ability to change</strong> the "mail from" email address, "mail from name" and override default email WordPress addresses.
45
46 == Premium Features of the plugin Check & Log Email ==
47
48 - <strong>Triggered Data</strong> - 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/">Learn More</a>
49
50 == Filters ==
51
52 - <strong>wp_mail_catcher_mail_success</strong> - is triggered before an email is sent. It has a single argument that is an array containing original mail info.
53
54 - <strong>check_email_email_log_before_insert</strong> - is triggered before an email data about to save in check & Log Email. It has a two argument.
55 - <strong>log</strong> - It is an array containing argument that will store in database
56 - <strong>original_mail_info</strong> - It is an array containing argument of original mail info.
57
58 - <strong>wp_check_email_failed</strong> - is triggered when an email is failed. It has a two argument.
59 - <strong>mail_error_data</strong> - It is an array containing argument that has what possible reasons of error.
60 - <strong>mail_error_message</strong> - It is an string containing error message.
61
62
63 == Action ==
64
65 - <strong>check_email_log_inserted</strong> - is triggered after data successfully saved in log.
66
67 - <strong>check_email_loaded</strong> - is triggered when check & log email successfully loaded.
68
69
70 <strong>Support</strong><br>
71 We try our best to provide support on WordPress.org forums. However, We have a special [community support](https://check-email.tech/contact/) 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.
72
73 <strong>Bug Reports</strong><br>
74 Bug reports for Check & Log Email are [welcomed on GitHub](https://github.com/ahmedkaludi/check-email). Please note GitHub is not a support forum, and issues that aren't properly qualified as bugs will be closed.
75
76 <strong>Credits</strong><br>
77 * jsPDF used https://github.com/parallax/jsPDF - License URI: https://github.com/parallax/jsPDF/blob/master/LICENSE
78 * league/oauth2-client used https://github.com/thephpleague/oauth2-client - License URI: https://github.com/thephpleague/oauth2-client/blob/master/LICENSE
79
80 == Frequently Asked Questions ==
81
82 = How do I use it? =
83
84 Check the WordPress Admin Dashboard for "Check & Log Email" menu item.
85
86 = Why did you write this plugin? =
87
88 Someone using one of my other plugins had trouble with emails not being sent. I knocked this together to help him (and anyone else).
89
90 == Screenshots ==
91
92 1. Check & Log Email - Status
93 2. Check & Log Email - View Logs
94 3. Check & Log Email - Settings
95 4. Check & Log Email - Spam Analyzer
96 5. Check & Log Email - Error Tracker
97 6. Check & Log Email - General settings setup page
98 7. Check & Log Email - Email logging page
99 8. Check & Log Email - SMTP Configuration
100 9. Check & Log Email - Email encoding page
101 10. Check & Log Email - Tools page
102 11. Check & Log Email - Notify page
103
104 == Installation ==
105
106 = Using the WordPress Plugin Search =
107
108 1. Navigate to the `Add New` sub-page under the Plugins admin page.
109 2. Search for `Check & Log Email`.
110 3. The plugin should be listed first in the search results.
111 4. Click the `Install Now` link.
112 5. Lastly click the `Activate Plugin` link to activate the plugin.
113
114 = Uploading in WordPress Admin =
115
116 1. [Download the plugin zip file](https://wordpress.org/plugins/check-email/) and save it to your computer.
117 2. Navigate to the `Add New` sub-page under the Plugins admin page.
118 3. Click the `Upload` link.
119 4. Select Check & Log Email zip file from where you saved the zip file on your computer.
120 5. Click the `Install Now` button.
121 6. Lastly click the `Activate Plugin` link to activate the plugin.
122
123
124 == Changelog ==
125
126 = v2.0.15 - 09/07/2026 =
127 - Fixed: Vulnerability reported by WPScan Security and researched by Meher Sudhakar Abbireddi #170
128 - Enhancement: Fixed Upgrade to Pro banner breaks WordPress default notices #171
129
130 = v2.0.14 - 18/05/2026 =
131 - Fixed: Spam Analyzer option gives Undefined error And Need to fix Go to Email log button. #162
132 - Fixed: Setting SMTP settings for multisite is broken #166
133 - Tested: WordPress version upto 7.0
134
135 = v2.0.13.2 - 13/04/2026 =
136 - Fixed: Vulnerability reported by Kishan Vyas
137 - Fixed: Vulnerability reported by @poloss
138
139 = v2.0.13.1 - 07/04/2026 =
140 - Fixed: Spam Analyzer Tool Response Issue #162
141
142 = v2.0.13 - 04/04/2026 =
143 - Fixed: Spam Analyzer Undefined error and fixed Go to Email log button #162
144 - Enhancement: PCP Check & Code Improvement #164
145 - Fixed: Vulnerability reported by WPScan Security
146
147 = v2.0.12 - 03/03/2026 =
148 - Fixed: LifterLMS mail logged by check-email, but not passed to configured SMTP server #152
149 - Enhancement: PCP check #161
150
151 = v2.0.11 - 05/01/2026 =
152 - Remove: Removed BFCM Banner #156
153
154 = v2.0.10 - 04/12/2025 =
155 - Feature Added: Error Log notification #46
156 - Improvement: Create backword compatibility #148
157 - Added: Promotion Banner BFCM #153
158 - Tested: WordPress version upto 6.9
159
160 = v2.0.9 - 09/09/2025 =
161 - Fixed: PHP Errors #143
162 - Fixed: Uncaught TypeError: Cannot read properties of null in checkmail-dashboard-chart.min.js when Dashboard Widget is disabled #147
163 - Enhancement: improved the ux to increase the positioning of premium features #142
164
165 = v2.0.8 - 07/07/2025 =
166 - Fixed: PHP Fatal error: Uncaught TypeError in wp_mail_failed hook due to malformed add_action in Check_Email_Notify_Tab.php #145
167 - Fixed: Tracking feature not working properly in WordPress Dashboard #134
168 - Enhancement: Log retention not working #141
169 - Enhancement: Other notification banner visible in Check Mail dashboard. #135
170
171 = v2.0.7 - 25/04/2025 =
172 - Fixed: PHP Notice: _load_textdomain_just_in_time called too early with check-email domain on WP 6.8 #139
173
174 = v2.0.6 - 11/04/2025 =
175 - Enhancement: Few changes in plugin's dashboard #133
176 - Fixed: Critical error after update 2.0.5.1 (could already be present in 2.0.5) #132
177 - Fixed: No Access to /wp-admin After Update to v2.0.5 #131
178 - Fixed: Some special characters are getting ignored in the password field while configuring SMPT #127
179
180
181 = v2.0.5.1 - 28/02/2025 =
182 - Fixed: No Access to /wp-admin After Update to v2.0.5 #131
183
184 = v2.0.5 - 27/02/2025 =
185 - Feature: Added Notify users after X (user defined) email sending failures #20
186 - Feature: Added Graph detail of mail delivered and failed #120
187 - Fixed: Conflict with Gravity Forms #128
188 - Fixed: Error in debug log #123
189 - Fixed: Fatal error on user end. #126
190 - Fixed: Conflict Between "Check & Log Email" v2.0.4 and BackWPup Plugin Causing Dropbox Backup Failures #124
191 - Enhancement: Some Enhancement #129
192 - Enhancement: Updated screenshots on wp.org #122
193
194 = v2.0.4 - 26/12/2024 =
195 - Enhancement: Notice "Function _load_textdomain_just_in_time was called incorrectly" since wp 6.7 #116
196 - Enhancement: Few improvement needed #112
197 - Enhancement: Make an option to use one SMTP settings for multisite #97
198 - Feature: Email Spam Analyzer #119
199 - Fixed: Php error #117
200
201 = v2.0.3 - 06/11/2024 =
202 - Enhancement: Email Logs Show Failure as Success #113
203 - Feature: Added an option for Opened mails data #79
204 - Feature: Added Gmail mailer in smtp section #106
205 - Feature: Added a feature to send the bulk email. #107
206 - Fixed: Login OAuth Broken After Updating Check-Email Plugin to 2.0.2 #108
207
208 = v2.0.2 - 27/09/2024 =
209 - Feature: Added an option to use one SMTP settings for multisite #97
210 - Feature: Added encoding of email and phone #55
211 - Feature: Added integration with Microsoft SMTP that requires oAuth authentication. #100
212 - Fixed: Some warnings appear while viewing the email log #104
213
214 Full changelog available [ at changelog.txt](https://plugins.svn.wordpress.org/check-email/trunk/changelog.txt)
215