WP Manifestindependent plugin directory
manifest / email / tmm-check-email

TMM Check Email

Verify your WordPress email is working. No fluff plugin; no bloat; just this one feature!

by Your Name · github.com/themightymo/tmm-check-email · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/themightymo/tmm-check-email/archive/refs/heads/main.zip

Readme

TMM Check Email Plugin

A lightweight WordPress plugin that allows you to send test emails directly from your WordPress admin panel to verify that email functionality is working correctly.

Features

  • Simple Interface: One-click email testing from the Tools menu
  • Email Verification: Test if WordPress can send emails via form plugins, password resets, and other email functions
  • Header Options: Choose between standard or custom email headers
  • Security: Nonce verification and capability checks built-in
  • Admin-only: Only administrators can access this tool

Installation

  1. Copy the tmm-check-email folder to your WordPress plugins directory (/wp-content/plugins/)
  2. Go to Plugins in the WordPress admin panel
  3. Find TMM Check Email and click Activate
  4. Navigate to Tools > Check Email to start testing

Usage

  1. Go to Tools > Check Email in your WordPress admin panel
  2. Enter the email address where you want to send the test email
  3. Choose your email header type:
    • Standard headers: Basic MIME and content-type headers
    • Custom headers: Includes additional X-Mailer header
  4. Click Send test email
  5. Check if the email arrives in the recipient's inbox

What It Tests

This plugin helps verify:

  • SMTP/mail server configuration
  • WordPress email sending capability
  • Email delivery and filtering issues
  • Mail header handling

Files

  • tmm-check-email.php - Main plugin file with all functionality
  • styles.css - Admin interface styling
  • README.md - This file

Requirements

  • WordPress 5.0 or higher
  • PHP 5.6 or higher
  • Administrator access

Support

If emails are not being sent:

  1. Check your hosting provider's mail server settings
  2. Verify your site's SMTP configuration
  3. Check spam/junk folders
  4. Review server error logs

License

GPL v2 or later

Read the full README on GitHub →