Plugin info

Total downloads: 4,287
Active installs: 70
Total reviews: 4
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 9/7/2015 (3820 days ago)
Added to WordPress: 9/7/2015 (10 years old)
Minimum WordPress version: 4.1
Tested up to WordPress version: 4.3.34
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3820 days ago • 4 reviews

22/100

Is Global SMTP abandoned?

Possibly abandoned (last update 3820 days ago).

Compatibility

Requires WordPress: 4.1
Tested up to: 4.3.34
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Surbma | SMTP
Rating 0.0/5 (0 reviews)Active installs 20
WP Mail SMTP by WPForms – The Most Popular SMTP and Email Log Plugin
Rating 4.8/5 (4,979 reviews)Active installs 4,000,000
GoSMTP – SMTP for WordPress
Rating 4.1/5 (8 reviews)Active installs 500,000

Description

Global SMTP is a utility plugin designed to easily configure SMTP for WordPress by adding a set of constants to your wp-config.php file.

When used with multisite, the configuration is applied network wide. This is often handy to install as a “must use” plugin.

Installation

Quick Setup

  1. Install the plugin, optionall as an mu plugin.
  2. Visit ‘Settings > Global SMTP Setup’ in your dashboard.
  3. Copy and paste the sample configuraiton to wp-config.php and update with your SMTP credentials.
  4. (optional) Add additional statements to complete the configuration for your smtp server.

Available Constants

Required
GLOBAL_SMTP_HOST – The FQDN of the mail server (supplied by your SMTP provider)
GLOBAL_SMTP_USER – Username for accessing the mail server (most often your email address).
GLOBAL_SMTP_PASSWORD – Password to authenticate your email account.

Optional
GLOBAL_SMTP_FROM – Email address to use for outgoing mail. Uses WordPress defaults when not set. Many hosts will force this to be the same as the username.
GLOBAL_SMTP_FROM_NAME – Name set in the From header for outgoing mail. Uses WordPress defaults when not set.
GLOBAL_SMTP_PORT – Port number for SMTP connection. Assumed as 587 (for tls).
GLOBAL_SMTP_SECURE – Encryption type. Assumed to be ‘tls’. Can be ‘ssl’, ‘tls’, or ‘none’.
GLOBAL_SMTP_AUTH_TYPE – Authentication type. Defaults to ‘LOGIN’, can also be ‘PLAIN’ or ‘NTLM’.

GLOBAL_SMTP_RETURN_PATH - Address to send bounced emails.

GLOBAL_SMTP_REPLYTO_FROM - Email address shown in recipients mail client when clicking "Reply"

GLOBAL_SMTP_DISABLE - Set to true to prevent this plugin from hooking into `wp_mail`. This is useful for environment specific configurations.

Troubleshooting

For troubleshooting, we recommend that you install the check email plugin:
https://wordpress.org/plugins/check-email/

If you add this statement to wp-config.php you will see debug output when sending a test email via that plugin.

define('GLOBAL_SMTP_DEBUG',true);

Frequently Asked Questions

What does this plugin do?

It allows you to configure WordPress to send email via an SMTP account. You can use gmail for example.

How does this plugin work?

Global SMTP hooks into the existing PHP Mailer class in WordPress and switches it to use SMTP mode. It then provides the mailer class with SMTP credentials using values that you place in wp-config.php

Review feed

isabel104
9/3/2016

Works with WP 4.4.2

Lightweight and perfect. Does the job.
ze3kr
9/3/2016

Lightweight plugin, Support Multisite

This is the only SMTP plugin I found that works excellent with Multisite installed WordPress. And supports TLS, SSL, and don't use database and very fast!

Screenshots

No screenshots available

Changelog

1.0

  • Initial release.
  • Absorb original wp-multsite-smtp plugin, and make available as a standard plugin in additon to an mu plugin.