Yosoylu SMTP Mail Delivery

Description

Yosoylu SMTP Mail Delivery routes WordPress mail through an authenticated SMTP server so messages leave your site reliably.

This plugin lets you:

  • Connect any SMTP server: Enter host, port, encryption, username, and password, or start from a provider preset.
  • Send a test email: Confirm that the connection and credentials work before you rely on them.
  • Review email history: Every send attempt is logged until you clear the log. Message bodies are not stored.
  • Protect credentials: Passwords are encrypted at rest and never printed back into the settings form.

An optional separate Pro add-on can add extras such as resending mail and storing attachment metadata. Core SMTP and logging in this free plugin are fully available without a license.

Add-on plugins can register extra modules through the yosoylu_smtp_registered_features filter without changing this core plugin.

External services

This plugin optionally connects to Google and Microsoft OAuth APIs when you choose Gmail or Outlook / Microsoft 365 as your mail provider. OAuth is used for SMTP authentication so your Google or Microsoft account password is never stored in WordPress.

When you connect an account, the plugin sends authorization requests to the provider and receives access and refresh tokens. Those tokens are stored only on your site, encrypted at rest, and used solely to authenticate SMTP sending initiated by your WordPress site. Tokens are not shared with third parties beyond what is required to complete OAuth and deliver mail you send via wp_mail().

You can use the plugin with any other SMTP server without enabling Google or Microsoft OAuth.

Google

  • Terms of Service: https://policies.google.com/terms
  • Privacy Policy: https://policies.google.com/privacy

Microsoft

  • Terms of Service: https://www.microsoft.com/servicesagreement
  • Privacy Policy: https://privacy.microsoft.com/privacystatement

By enabling Google or Microsoft mail in this plugin, you agree that your use of those services is governed by their respective terms and privacy policies.

Screenshots

Installation

  1. Upload the yosoylu-smtp-mail-delivery directory to /wp-content/plugins/.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Go to Yosoylu SMTP Mail Delivery in the admin menu and enter your SMTP settings.

FAQ

What is Yosoylu SMTP Mail Delivery?

A WordPress plugin (PHP 8.2+) that sends site email through an external SMTP server.

Why do I need an SMTP plugin?

By default WordPress uses PHP mail(), which often has no authentication and is blocked by modern mail providers. SMTP sends through a dedicated server and improves deliverability.

How do I configure SMTP?

After activation, open Yosoylu SMTP Mail Delivery in the admin menu and enter the connection details from your provider (host, port, TLS/SSL, username, and password).

Is it compatible with PHP 8.2+?

Yes. The plugin uses strict typing and a modular architecture aimed at current PHP versions.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Yosoylu SMTP Mail Delivery” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.0

  • Initial release with full SMTP delivery, encrypted credentials, OAuth support, and email log.