Contributors: Pionect
Tags: email, log, phpmailer, smtp response
Tested up to: 4.5
Stable tag: 1.0
An addon to Email Log Plugin, that allows you to see the result of wp_mail()
An addon to Email Log Plugin, that allows you to see the response of the SMTP server and the PHPMailer object. For every logged email the SMTP response and PHPMailer object will be stored so you can debug issues with the delivery of emails.
This plugin is an addon to the Email Log WordPress Plugin. You need to have the Email Log Plugin installed and activated for this plugin to work.
The development of the Plugin happens over at github. If you want to contribute to the Plugin, fork the project at github and send me a pull request.
If you are not familiar with either git or Github then refer to this guide to see how fork and send pull request.
Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.
This screenshot shows the action buttons added to a logged email
This screenshot shows a modal with an example of STMP response
This screenshot shows a modal with an example of a PHPMailer object