Mesh SMTP

Descripció

Mesh SMTP helps route WordPress emails through an SMTP server for better deliverability and reliability.

It is built for site owners, agencies, and developers who want a lightweight SMTP plugin with a simple and modern admin interface.

Version 1.4.0 adds a guided four-step setup wizard, safe export/import tools for reusable SMTP settings, clearer provider guidance, and a more polished admin experience.

Features

  • Guided four-step setup wizard for choosing a provider, saving SMTP credentials, sending a test email, and finishing with a quick confirmation
  • Simple SMTP configuration for host, port, encryption, username, password, From Email, and From Name
  • Provider presets with auto-detect help for known email domains, SMTP hosts, and site mail-routing hints
  • Test email tool with clear success and error feedback
  • Lightweight recent email activity log with the latest 50 entries stored and the newest 10 shown in admin
  • Last failed email summary card for faster troubleshooting
  • Copyable diagnostic summary for support requests and debugging
  • wp-config.php constant overrides for secure deployment-based SMTP settings
  • Safe export and import tools for reusing settings across sites
  • Status snapshot with current SMTP configuration summary
  • Better setup hints, stronger sender guidance, and practical provider notes for popular services
  • Clean and modern admin UI
  • Capability checks, nonce verification, and sanitized settings handling
  • Passwords are not shown back in the UI after saving
  • Saved SMTP details stay intact when you temporarily disable the SMTP override
  • Works with WordPress emails sent through wp_mail()

Supported provider presets

  • Gmail
  • Outlook / Microsoft 365
  • Zoho Mail
  • Hostinger
  • SendGrid
  • Mailgun
  • Custom SMTP

Why use Mesh SMTP?

Many WordPress sites face email delivery issues such as contact form emails not arriving, password reset emails failing, or transactional emails landing in spam. Mesh SMTP gives you a straightforward way to connect WordPress to a trusted SMTP provider and improve email reliability.

The plugin focuses on practical setup, safer configuration reuse across sites, lightweight diagnostics, and a clean WordPress-friendly experience.

Security notes

  • Settings are processed with WordPress sanitization and nonce verification
  • Access is restricted to authorized administrators
  • SMTP debug output is not exposed in the admin UI
  • Saved passwords are not displayed back in the settings form after saving
  • wp-config.php constants can override saved settings for more controlled deployments

Captures

  • Main Mesh SMTP dashboard with version header and status summary
  • Setup Wizard – Step 1 provider selection with presets and auto-detect
  • Setup Wizard – Step 2 SMTP credentials and sender guidance
  • Setup Wizard – Step 3 test email screen with latest result summary
  • Setup Wizard – Step 4 completion screen with next-step guidance
  • Provider notes panel with practical setup tips for supported services
  • Last failure card and diagnostic summary tools
  • Status snapshot and export/import settings tools

Instal·lació

  1. Upload the mesh-smtp folder to the /wp-content/plugins/ directory, or install the plugin through the WordPress Plugins screen.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Open Mesh SMTP from the WordPress admin menu.
  4. Use the Setup Wizard to choose a provider and enter your SMTP credentials.
  5. Save the settings and continue to the test email step.
  6. Send a test email to confirm delivery.
  7. Optionally export safe settings for reuse on another site.

PMF

What does this plugin do?

Mesh SMTP routes WordPress email through an SMTP server so your website emails are sent more reliably.

Does this plugin work with contact forms and WooCommerce emails?

It works with WordPress emails sent through wp_mail(). This usually includes many contact form plugins, password reset emails, admin notifications, and WooCommerce emails.

Does this plugin store my SMTP password?

Yes, WordPress stores it in the database as part of the plugin settings. The password is not shown back in the UI after saving.

Can I lock settings in wp-config.php?

Yes. Mesh SMTP supports constants such as MESHSMTP_HOST, MESHSMTP_PORT, MESHSMTP_USERNAME, MESHSMTP_PASSWORD, and related values. When set, those constants override saved settings and the password value is never displayed in the admin.

Can I reuse settings on another site?

Yes. Mesh SMTP can export the current settings as JSON and import them on another site. For safety, the normal export file does not include the password, so you may need to enter that manually after import.

Will this conflict with other SMTP plugins?

Only one SMTP plugin should control WordPress email sending at a time. If you are using another SMTP plugin, disable it before enabling Mesh SMTP.

Does Mesh SMTP include OAuth setup for Gmail or Microsoft 365?

No. Mesh SMTP currently focuses on standard SMTP credential-based setup.

Ressenyes

20 de març de 2026
Mesh SMTP makes WordPress email setup much easier. The plugin is simple, clean, and focused on the features that actually matter. It is easy to configure, works smoothly, and is a helpful solution for improving email sending on WordPress websites.
Llegiu tota la 1 ressenya

Col·laboradors i desenvolupadors

«Mesh SMTP» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.

Col·laboradors

Registre de canvis

1.4.0

  • Added a lightweight four-step setup wizard for provider selection, SMTP credentials, test email, and confirmation
  • Added safe export and import tools for reusing settings across sites
  • Added a status snapshot card for quick configuration visibility
  • Improved sender and domain guidance around SMTP login and From Email matching
  • Refactored the admin page into more modular card renderers and centralized feature-limit helpers
  • Improved card spacing, status presentation, notices, and empty states
  • Expanded screenshot coverage and updated plugin presentation for the new admin workflow

1.3.0

  • Added a lightweight recent email activity log that stores the latest 50 entries and shows the newest 10 in admin
  • Added a dedicated last failure summary card for faster troubleshooting
  • Added wp-config.php constant overrides for all core SMTP settings
  • Added a copyable diagnostic summary box for support requests
  • Added practical provider notes and clearer sender/login mismatch guidance
  • Polished empty states and admin clarity without adding premium-only operational features

1.2.4

  • Added an Auto Detect helper for known provider domains and SMTP hosts
  • Added a soft site-domain mail-routing hint to better suggest Hostinger or other supported providers
  • Added clearer auto-detect feedback so admins can see whether the match came from SMTP host, login domain, or MX routing
  • Preserved saved SMTP settings when the SMTP override is turned off
  • Stopped forcing opportunistic TLS when encryption is set to None
  • Removed admin-page notice suppression for better WordPress.org review compatibility

1.2.3

  • Fixed plugin header description formatting
  • Hid unrelated admin notices on the Mesh SMTP settings screen
  • Added a compact connection status bar
  • Added last test result and timestamp details
  • Added clearer failure hints and provider help text
  • Added password visibility toggle and disabled fields when SMTP override is off

1.2.2

  • Fixed settings page behavior for the updated WordPress.org review build
  • Added required WordPress and PHP version headers to the main plugin file
  • Improved settings loader reliability
  • Minor internal cleanup for better compatibility

1.1.3

  • Prefixed uninstall cleanup variables to improve Plugin Check compliance

1.1.2

  • Hardened plugin prefixes for hooks, functions, options, and transients
  • Improved admin namespace isolation in CSS and JS selectors
  • Updated plugin ownership metadata for the official Mesh Creation account

1.1.1

  • Improved admin notice contrast for readability

1.1.0

  • Rebranded plugin as Mesh SMTP
  • Updated plugin slug, text domain, and admin menu
  • Added GPL licensing and uninstall cleanup