PluginProbe ʕ •ᴥ•ʔ
Check & Log Email – Easy Email Testing & Mail logging / 2.0.13.1
Check & Log Email – Easy Email Testing & Mail logging v2.0.13.1
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 2 months ago include 2 months ago languages 2 months ago vendor 2 months ago changelog.txt 2 months ago check-email.php 2 months ago readme.txt 2 months ago uninstall.php 2 months ago
readme.txt
218 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: 6.9
6 Requires PHP: 5.6
7 Stable tag: 2.0.13.1
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.13.1 - 07/04/2026 =
127 - Fixed: Spam Analyzer Tool Response Issue #162
128
129 = v2.0.13 - 04/04/2026 =
130 - Fixed: Spam Analyzer Undefined error and fixed Go to Email log button #162
131 - Enhancement: PCP Check & Code Improvement #164
132 - Fixed: Vulnerability reported by WPScan Security
133
134 = v2.0.12 - 03/03/2026 =
135 - Fixed: LifterLMS mail logged by check-email, but not passed to configured SMTP server #152
136 - Enhancement: PCP check #161
137
138 = v2.0.11 - 05/01/2026 =
139 - Remove: Removed BFCM Banner #156
140
141 = v2.0.10 - 04/12/2025 =
142 - Feature Added: Error Log notification #46
143 - Improvement: Create backword compatibility #148
144 - Added: Promotion Banner BFCM #153
145 - Tested: WordPress version upto 6.9
146
147 = v2.0.9 - 09/09/2025 =
148 - Fixed: PHP Errors #143
149 - Fixed: Uncaught TypeError: Cannot read properties of null in checkmail-dashboard-chart.min.js when Dashboard Widget is disabled #147
150 - Enhancement: improved the ux to increase the positioning of premium features #142
151
152 = v2.0.8 - 07/07/2025 =
153 - Fixed: PHP Fatal error: Uncaught TypeError in wp_mail_failed hook due to malformed add_action in Check_Email_Notify_Tab.php #145
154 - Fixed: Tracking feature not working properly in WordPress Dashboard #134
155 - Enhancement: Log retention not working #141
156 - Enhancement: Other notification banner visible in Check Mail dashboard. #135
157
158 = v2.0.7 - 25/04/2025 =
159 - Fixed: PHP Notice: _load_textdomain_just_in_time called too early with check-email domain on WP 6.8 #139
160
161 = v2.0.6 - 11/04/2025 =
162 - Enhancement: Few changes in plugin's dashboard #133
163 - Fixed: Critical error after update 2.0.5.1 (could already be present in 2.0.5) #132
164 - Fixed: No Access to /wp-admin After Update to v2.0.5 #131
165 - Fixed: Some special characters are getting ignored in the password field while configuring SMPT #127
166
167
168 = v2.0.5.1 - 28/02/2025 =
169 - Fixed: No Access to /wp-admin After Update to v2.0.5 #131
170
171 = v2.0.5 - 27/02/2025 =
172 - Feature: Added Notify users after X (user defined) email sending failures #20
173 - Feature: Added Graph detail of mail delivered and failed #120
174 - Fixed: Conflict with Gravity Forms #128
175 - Fixed: Error in debug log #123
176 - Fixed: Fatal error on user end. #126
177 - Fixed: Conflict Between "Check & Log Email" v2.0.4 and BackWPup Plugin Causing Dropbox Backup Failures #124
178 - Enhancement: Some Enhancement #129
179 - Enhancement: Updated screenshots on wp.org #122
180
181 = v2.0.4 - 26/12/2024 =
182 - Enhancement: Notice "Function _load_textdomain_just_in_time was called incorrectly" since wp 6.7 #116
183 - Enhancement: Few improvement needed #112
184 - Enhancement: Make an option to use one SMTP settings for multisite #97
185 - Feature: Email Spam Analyzer #119
186 - Fixed: Php error #117
187
188 = v2.0.3 - 06/11/2024 =
189 - Enhancement: Email Logs Show Failure as Success #113
190 - Feature: Added an option for Opened mails data #79
191 - Feature: Added Gmail mailer in smtp section #106
192 - Feature: Added a feature to send the bulk email. #107
193 - Fixed: Login OAuth Broken After Updating Check-Email Plugin to 2.0.2 #108
194
195 = v2.0.2 - 27/09/2024 =
196 - Feature: Added an option to use one SMTP settings for multisite #97
197 - Feature: Added encoding of email and phone #55
198 - Feature: Added integration with Microsoft SMTP that requires oAuth authentication. #100
199 - Fixed: Some warnings appear while viewing the email log #104
200
201 = v2 - 02/09/2024 =
202 - Enhancement: Added confirmation box on deletion of log email #84
203 - Fixed: Conflict issue with Override Emails feature. #98
204 - Fixed: PHP Fatal error #101
205
206 = v2.0 - 09/08/2024 =
207 - Compatibility: Test with WordPress version 6.6 #95
208 - Feature: Default Format for Message #86
209 - Feature: Added small setup wizard #87
210 - Feature: Log email content option #89
211 - Enhancement: Hooks and actions #90
212 - Enhancement: Fixed I18N Issues based on 1.0.13 helped by @alexclassroom #91
213 - Fixed: Images folder missing for jquery-ui.min.css #93
214 - Enhancement: Few improvement required #94
215 - Feature: Email error tracker #96
216
217 Full changelog available [ at changelog.txt](https://plugins.svn.wordpress.org/check-email/trunk/changelog.txt)
218