-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
32 lines (24 loc) · 1.33 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
=== WP Mail Debugger ===
Contributors: TimothyBlynJacobs
Tags: wp-mail, debug, troubleshooting, email, email log, log
Requires at least: 6.3
Tested up to: 6.6
Requires PHP: 7.2.0
Stable tag: 1.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
WP Mail Debugger captures and displays all emails sent through wp_mail() for debugging and troubleshooting.
== Description ==
WP Mail Debugger captures and displays all emails sent through wp_mail() for debugging and troubleshooting. A new admin menu, WP Mail Debugger, is added under the Tools menu.
Get the [Mac App](https://apps.apple.com/us/app/wp-mail-debugger/id1547093438?mt=12) to connect to multiple WordPress websites from one convenient location.
== Changelog ==
= 1.1 =
* New Feature: If an email fails to send, the error messages will be displayed on the email detail screen.
* New Feature: Easily resend a message from the email detail screen. You can even specify a new recipient address if needed. This feature is only available when in "Filter" mode.
* Bug Fix: Compatibility with WordPress 6.6.
= 1.0 =
* Add: Enhanced multisite support. A new network admin page shows emails across the entire network.
* Tweak: Links in emails open in a new tab.
* Bug Fix: Account for CSS changes to WordPress components.
= 0.1 =
* Initial release.