Title: Global SMTP
Author: Alexander Rohmann
Published: <strong>सेप्टेम्बर 7, 2015</strong>
Last modified: सेप्टेम्बर 7, 2015

---

प्लगिनहरू खोज्नुहोस्

यो प्लगिन **वर्डप्रेसका ३ प्रमुख नवीनतम रिलीजहरूसँग परीक्षण गरिएको छैन**। यो अब 
सम्भवतः व्यवस्थित वा समर्थन नभएको हुन सक्छ र वर्डप्रेसका नयाँ संस्करणहरूमा प्रयोग
गर्दा अनुकूलता सम्बन्धी समस्या हुन सक्छ।

![](https://s.w.org/plugins/geopattern-icon/global-smtp.svg)

# Global SMTP

 [Alexander Rohmann](https://profiles.wordpress.org/alexanderrohmann/) द्वारा

[डाउनलोड गर्नुहोस्](https://downloads.wordpress.org/plugin/global-smtp.1.0.zip)

 * [विवरण](https://ne.wordpress.org/plugins/global-smtp/#description)
 * [समीक्षाहरू](https://ne.wordpress.org/plugins/global-smtp/#reviews)
 *  [स्थापना](https://ne.wordpress.org/plugins/global-smtp/#installation)
 * [विकास](https://ne.wordpress.org/plugins/global-smtp/#developers)

 [सहायता](https://wordpress.org/support/plugin/global-smtp/)

## विवरण

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.

## स्थापना

#### 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);
    ```

## प्रश्नोत्तर

  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`

## समीक्षाहरू

![](https://secure.gravatar.com/avatar/da371736a36e466cfa4f8a14ec3f3d1917aaa46676c4c6b6791c6466eef78871?
s=60&d=retro&r=g)

### 󠀁[Works with WP 5.0.2](https://wordpress.org/support/topic/works-with-wp-5-0-2/)󠁿

 [Feriman](https://profiles.wordpress.org/feriman/) डिसेम्बर 30, 2018

Works well with WordPress 5.0.2.

![](https://secure.gravatar.com/avatar/3a5cfa3ed8d669bad074ef82323e40db54a483f9c84b1ceda261a794e785ff16?
s=60&d=retro&r=g)

### 󠀁[Lightweight plugin, Support Multisite](https://wordpress.org/support/topic/lightweight-plugin-support-multisite/)󠁿

 [ze3kr](https://profiles.wordpress.org/ze3kr/) सेप्टेम्बर 3, 2016

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!

![](https://secure.gravatar.com/avatar/79ce0890692f629bbd99e5f5489bb1d56848daf3a84f4755c245aa4f896221b3?
s=60&d=retro&r=g)

### 󠀁[Works with WP 4.4.2](https://wordpress.org/support/topic/works-with-wp-442/)󠁿

 [isabel104](https://profiles.wordpress.org/isabel104/) सेप्टेम्बर 3, 2016

Lightweight and perfect. Does the job.

![](https://secure.gravatar.com/avatar/2e5c9049c119ed7779aeb9b2f70f35278aec83e1b557f7bc42cd6971eaeef1cc?
s=60&d=retro&r=g)

### 󠀁[Work Great](https://wordpress.org/support/topic/work-great-44/)󠁿

 [User78342324](https://profiles.wordpress.org/rune-vantage/) सेप्टेम्बर 3, 2016

Great plugin. Works as expected.

 [ सबै 4 समीक्षाहरू पढ्नुहोस् ](https://wordpress.org/support/plugin/global-smtp/reviews/)

## योगदानकर्ता र डेभलपरहरू

“Global SMTP” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका
छन्।

योगदानकर्ताहरू

 *   [ Alexander Rohmann ](https://profiles.wordpress.org/alexanderrohmann/)

[“Global SMTP” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्](https://translate.wordpress.org/projects/wp-plugins/global-smtp)

### विकासमा रुचि छ?

[आरएसएस](https://plugins.trac.wordpress.org/log/global-smtp/?limit=100&mode=stop_on_copy&format=rss)
द्वारा [कोड ब्राउज गर्नुहोस्](https://plugins.trac.wordpress.org/browser/global-smtp/),
[एसभीएन रिपजिटरी](https://plugins.svn.wordpress.org/global-smtp/) हेर्नुहोस्, वा
[विकास लग](https://plugins.trac.wordpress.org/log/global-smtp/) को सदस्यता लिनुहोस्।

## चेन्जलग

#### 1.0

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

## मेटा

 *  संस्करण **1.0**
 *  पछिल्लो अपडेट **11 वर्ष अघि**
 *  सक्रिय स्थापना **50+**
 *  वर्डप्रेस संस्करण ** 4.1 वा उच्च **
 *  जाँच गरिएको **4.3.34**
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/global-smtp/)
 * ट्यागहरू
 * [email](https://ne.wordpress.org/plugins/tags/email/)[multisite](https://ne.wordpress.org/plugins/tags/multisite/)
   [smtp](https://ne.wordpress.org/plugins/tags/smtp/)
 *  [उन्नत दृश्य](https://ne.wordpress.org/plugins/global-smtp/advanced/)

## रेटिङ्गहरू

 ५ मा 5 तारा।

 *  [  4 5-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/global-smtp/reviews/?filter=5)
 *  [  0 4-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/global-smtp/reviews/?filter=4)
 *  [  0 3-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/global-smtp/reviews/?filter=3)
 *  [  0 2-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/global-smtp/reviews/?filter=2)
 *  [  0 1-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/global-smtp/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/global-smtp/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/global-smtp/reviews/)

## योगदानकर्ताहरू

 *   [ Alexander Rohmann ](https://profiles.wordpress.org/alexanderrohmann/)

## सहायता

केही भन्नु छ? सहयोग चाहियो?

 [सहायता फोरम हेर्नुहोस्](https://wordpress.org/support/plugin/global-smtp/)