WP Mail Logger

WP Mail Logger Install Statistics

11
100%
Today: 11 Yesterday: 0 All-time: 1,998 downloads
WP Mail Logger Icon

Try plugin: WP Mail Logger

We'll create fresh WordPress site with WP Mail Logger installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About WP Mail Logger

WP Mail Logger is a WordPress plugin used to catch every mail sent with the wp_mail() function and saves it to the database.

0


0


0


0


0

updated: 2 years ago
since: 2 years ago
author: RTM Business

Description

The WP Mail Logger is a plugin that allows you to log every mail inside your WordPress website.
You can use this plugin to identify mistakes or failures when an email is sent.
This plugin is ideal when you want to make sure that your clients get the right mail!

Features

  • Log every mail within your WordPress website
  • Overview to filter all mails
  • Resend mails (For example if a mail fails to be sent)
  • Mail error/debug logging (need to enable WP_DEBUG_LOG)
  • Setup a custom SMTP connection

Usage

Everytime the wp_mail function gets called inside your WordPress website it will trigger a filter where the recently sent email will get caught. This works inside for every outgoing mail from the website and every incoming mail from the website.

An example wp_mail function could look like this:
php
wp_mail(get_option('admin_email'), 'This is a sample subject', '<h1>This is a test</h1><p>This is just a test mail to see if everything is working OK</p>', 'Content-Type:text/html', []);

For questions, feedback or other issues please contact us at WPMail