Title: Mailgun for WordPress
Author: Mailgun
Published: <strong>نومبر 21, 2012</strong>
Last modified: جنوری 6, 2026

---

پلگ انز تلاش کریں

![](https://ps.w.org/mailgun/assets/banner-772x250.png?rev=2498934)

![](https://ps.w.org/mailgun/assets/icon-256x256.png?rev=2434524)

# Mailgun for WordPress

 منجانب [Mailgun](https://profiles.wordpress.org/mailgun/)

[ڈاؤن لوڈ کریں](https://downloads.wordpress.org/plugin/mailgun.2.1.10.zip)

 * [تفصیلات](https://ur.wordpress.org/plugins/mailgun/#description)
 * [جائزے](https://ur.wordpress.org/plugins/mailgun/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/mailgun/#installation)
 * [ڈیولپمنٹ](https://ur.wordpress.org/plugins/mailgun/#developers)

 [معاونت](https://wordpress.org/support/plugin/mailgun/)

## تفصیل

[Mailgun](http://www.mailgun.com/) is the email automation engine trusted by over
10,000 website and application developers for sending, receiving and tracking emails.
By taking advantage of Mailgun’s powerful email APIs, developers can spend more 
time building awesome websites and less time fighting with email servers. Mailgun
supports all of the most popular languages including PHP, Ruby, Python, C# and Java.

One particularly useful feature of this plugin is that it provides you with a way
to send email when the server you are on does not support SMTP or where outbound
SMTP is restricted since the plug-in uses the Mailgun HTTP API for sending email
by default. All you need to use the plugin is a [Mailgun account](http://www.mailgun.com/).
Mailgun has a free account that lets you send up to 200 emails per day, which is
great for testing. Paid subscriptions are available for increased limits.

The latest version of this plugin now supports regions. Select either U.S./North
America or Europe to choose the API endpoint from which you will send email.

The current version of this plugin only handles sending emails, tracking and tagging
and list subscription.

## اسکرین شاٹس

 * [[
 * Configuration options for using the Mailgun HTTP API
 * [[
 * Configuration options for using the Mailgun SMTP servers

## انسٹالیشن

 1. Upload the `mailgun` folder to the `/wp-content/plugins/` directory or install 
    directly through the plugin installer
 2. Activate the plugin through the ‘Plugins’ menu in WordPress or by using the link
    provided by the plugin installer
 3. Visit the settings page in the Admin at `Settings -> Mailgun` and configure the
    plugin with your account details
 4. Click the Test Configuration button to verify that your settings are correct.
 5. Click View Available Lists to review shortcode settings for lists in your Mailgun
    account that you may wish to help users subscribe to

## عمومی سوالات

 * Testing the configuration fails when using the HTTP API

Your web server may not allow outbound HTTP connections. Set `Use HTTP API` to "
No”, and fill out the configuration options to SMTP and test again.

 * Testing the configuration fails when using SMTP

Your web server may not allow outbound SMTP connections on port 465 for secure connections
or 587 for unsecured connections. Try changing `Use Secure SMTP` to "No” or "Yes”
depending on your current configuration and testing again. If both fail, try setting`
Use HTTP API` to "Yes” and testing again.

If you _have_ to use SMTP and something is still going horribly wrong, enable debug
mode in WordPress and also add the `MG_DEBUG_SMTP` constant to your `wp-config.php`,
like so:

    ```
    define( 'MG_DEBUG_SMTP', true );
    ```

 * Can this be configured globally for WordPress Multisite?

Yes, using the following constants that can be placed in wp-config.php:

    ```
    MAILGUN_REGION       Type: string   Choices: 'us' or 'eu'
         ex. define('MAILGUN_REGION', 'us');
    MAILGUN_USEAPI       Type: boolean  Choices: '0' or '1' (0 = false/no)
    MAILGUN_APIKEY       Type: string
    MAILGUN_DOMAIN       Type: string
    MAILGUN_USERNAME     Type: string
    MAILGUN_PASSWORD     Type: string
    MAILGUN_SECURE       Type: boolean  Choices: '0' or '1' (0 = false/no)
    MAILGUN_SECTYPE      Type: string   Choices: 'ssl' or 'tls'
    MAILGUN_FROM_NAME    Type: string
    MAILGUN_FROM_ADDRESS Type: string
    MAILGUN_TRACK_CLICKS Type: string Choices: 'yes' or 'no'
    MAILGUN_TRACK_OPENS  Type: string Choices: 'yes' or 'no'
    ```

 * What hooks are available for use with other plugins?
 * mg_use_recipient_vars_syntax
    Mutates messages to use recipient variables syntax–
   see https://documentation.mailgun.com/user_manual.html#batch-sending for more
   info.
 * Should accept a list of `To` addresses.
 * Should _only_ return `true` or `false`.
 * mg_mutate_message_body
    Allows an external plugin to mutate the message body 
   before sending.
 * Should accept an array, `$body`.
 * Should return a new array to replace `$body`.
 * mg_mutate_attachments
    Allows an external plugin to mutate the attachments on
   the message before sending.
 * Should accept an array, `$attachments`.
 * Should return a new array to replace `$attachments`.
 * What hooks are available for use with other plugins?
 * mg_use_recipient_vars_syntax
    Mutates messages to use recipient variables syntax–
   see https://documentation.mailgun.com/en/latest/user_manual.html#batch-sending
   for more info.
 * Should accept a list of `To` addresses.
 * Should _only_ return `true` or `false`.
 * mg_mutate_message_body
    Allows an external plugin to mutate the message body 
   before sending.
 * Should accept an array, `$body`.
 * Should return a new array to replace `$body`.
 * mg_mutate_attachments
    Allows an external plugin to mutate the attachments on
   the message before sending.
 * Should accept an array, `$attachments`.
 * Should return a new array to replace `$attachments`.

## جائزے

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

### 󠀁[Use it on all of my client sites](https://wordpress.org/support/topic/use-it-on-all-of-my-client-sites/)󠁿

 [ywamer](https://profiles.wordpress.org/ywamer/) اپریل 13, 2026

This has been a reliable plugin and much lighter that other SMTP plugins. It’s not
a part of my stack for every WP install.

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

### 󠀁[Simple, Reliable, and Honest](https://wordpress.org/support/topic/simple-reliable-and-honest/)󠁿

 [Jordy Meow](https://profiles.wordpress.org/tigroumeow/) ستمبر 8, 2025

I’ve seen the negative reviews, but honestly my experience has been the opposite:
the plugin just works, exactly as it should. Updates are rare, but that’s simply
because the plugin is straightforward; it does one thing and does it well. Mailgun
itself deserves praise too. They’ve kept their quality and reliability over the 
years, without suddenly changing pricing or taking advantage of their position, 
unlike so many other companies. That’s rare, and really appreciated. Thanks a lot
for existing and staying awesome! 💕

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

### 󠀁[Better than ever](https://wordpress.org/support/topic/better-than-ever-7/)󠁿

 [dear.leader](https://profiles.wordpress.org/llcodyson/) اپریل 13, 2025 1 reply

I’ve been using this plugin for 5+ years now, and I’ve hardly ever experienced an
issue. It allows me to easily use Mailgun to send emails on the WordPress sites 
I manage, and it’s always done its job well, but it used to be a bit neglected. 
But I’ve been pleasantly surprised to notice that its development seems to have 
got more attention in the last year or so (I follow development updates on GitHub).
Issues are getting fixed much more quickly, more options for customizing its behavior
have been added, and the change log is now finally being updated. This has all given
me a lot more confidence that I’ll be able to continue using this plugin, and the
Mailgun service, well into the future. All praise to Oleksandr Mykhailenko, because
he appears to be the only maintainer.

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

### 󠀁[Sends email from WordPress via Mailgun service, that’s all, does it well.](https://wordpress.org/support/topic/sends-email-from-wordpress-via-mailgun-service-thats-all-does-it-well/)󠁿

 [nccer](https://profiles.wordpress.org/nccer/) فروری 19, 2024

Mailgun is an email delivery service aimed at sending transactional email for software
developers. If you are not already using Mailgun to send email, then you don’t need
or want this plugin. If you do use the Mailgun service, this plugin makes it easy
to configure Wordpress to send through your existing Mailgun domains. That’s the
only reason for it. It does that quite well. Many of the negative reviews seem to
be for some other plugin, as they refer to functions that this plugin does not provide
such as web forms, email delivery logs, validation, etc. Ignore such reviews, they’re
simply irrelevant. One star taken off for being slow to update, but it’s not a deal-
breaker.

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

### 󠀁[Working well for me](https://wordpress.org/support/topic/working-well-for-me-14/)󠁿

 [Doobeedoo](https://profiles.wordpress.org/doobeedoo/) فروری 2, 2024

I don’t know why this plugin has so many bad reviews – I use it on all my sites 
and it’s working well for me, so I come to do a good deed and leave a positive review
here. Mailgun offers a free plan with 1000 emails for free per month, even though
they made it tricky to activate this plan now. PS: Mailgun, you should add the feature
to send a test email to the recipient of our choice, so we can use tools to check
deliverability

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

### 󠀁[Flawless for dozens of sites for our agency!](https://wordpress.org/support/topic/flawless-for-dozens-of-sites-for-our-agency/)󠁿

 [jackandbean](https://profiles.wordpress.org/jackandbean/) جولائی 26, 2023

Not sure why this plugin has such poor reviews. It’s been nothing but smooth sailing
for us for many years using it to provide reliable email sending from many dozens
of sites for our agency’s clients.

 [ تمام 49 جائزے پڑھیں ](https://wordpress.org/support/plugin/mailgun/reviews/)

## شراکت دار اور ڈیویلپرز

“Mailgun for WordPress” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں
حصہ لیا:

شراکت دار

 *   [ Mailgun ](https://profiles.wordpress.org/mailgun/)
 *   [ Matt Martz ](https://profiles.wordpress.org/sivel/)
 *   [ lookahead.io ](https://profiles.wordpress.org/lookaheadio/)
 *   [ m35dev ](https://profiles.wordpress.org/m35dev/)
 *   [ Alan Fuller ](https://profiles.wordpress.org/alanfuller/)

“Mailgun for WordPress” کا 6 زبانوں میں ترجمہ کیا گیا ہے۔ تعاون کے لیے [مترجمین](https://translate.wordpress.org/projects/wp-plugins/mailgun/contributors)
کا شکریہ۔

[“Mailgun for WordPress” کا اپنی زبان میں ترجمہ کریں۔](https://translate.wordpress.org/projects/wp-plugins/mailgun)

### ڈویلپمینٹ میں دلچسپی ہے؟

[کوڈ براؤز کریں](https://plugins.trac.wordpress.org/browser/mailgun/)، [ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/mailgun/)
کو چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/mailgun/) 
کو سبسکرائب کریں بذریعہ [آر ایس ایس](https://plugins.trac.wordpress.org/log/mailgun/?limit=100&mode=stop_on_copy&format=rss)۔

## چینج لاگ

#### 2.1.9 (2025-06-24):

 * Added fallback option. Merge PR for widget

#### 2.1.8 (2025-05-11):

 * Just keep update WP version. And tested compatibility with it

#### 2.1.6 (2025-03-24):

 * Added translation for the widget

#### 2.1.6 (2025-03-07):

 * Fixed bug with sending test emails (JS error). Basically it’s 2.1.5. Just version
   updates

#### 2.1.5 (2025-03-06):

 * Fixed bug with sending test emails (JS error)

#### 2.1.4 (2025-02-23):

 * Implemented coding standard into plugin
 * Fixed a few potential warning related to the plugin

#### 2.1.3 (2024-11-27):

 * Use password type for API Key field for hide it. Fix warning related co compact()
   method

#### 2.1.2 (2024-11-17):

 * Fixed code. Removed line that try to connect not existing file. Fixed versions
   in the plugin

#### 2.1.1 (2024-08-17):

 * Added fallback to regular mail in case or error during sending email vua API

#### 2.1.0 (2024-07-27):

 * Added ability to suppress Track Clicks when we send Reset Password email (it 
   was an issue with domain url in the email)
 * Added field to setup Reply-to(header) email for the emails.
 * When constants MAILGUN_TRACK_CLICKS, MAILGUN_TRACK_OPENS are used, we disable
   field on the UI as we do for other fields

#### 2.0.1 (2024-07-17):

 * Updated changelog

#### 2.0.0 (2024-07-17):

 * Updated plugin version and version compatibility
 * Updated tags, located in the svn. Keep only 5 last tags according to WordPress.
   org rules

#### 1.9.9 (2024-03-13):

 * Improve admin notices about not fully configured plugin
 * Small code cleaning

#### 1.9.8 (2024-02-25):

 * Improve admin notices about not fully configured plugin
 * Small code cleaning

#### 1.9.8 (2024-02-25):

 * Improve admin notices about not fully configured plugin
 * Small code cleaning

#### 1.9.7 (2024-01-03):

 * Ensure defaults are always set to remove warnings in PHP 8.1+

#### 1.9.6 (2023-09-10):

 * Added typehints to methods
 * Added code for making plugin WP VIP GO compatible for the `From mail`
 * Added Toastr for sending nice message instead of using alerts

#### 1.9.5 (2023-06-20):

 * Fix bug with sending emails

#### 1.9.4 (2023-06-10):

 * Fixed bug `Fatal error on lists page when another plugin redeclare wp_mail()`

#### 1.9.3 (2023-04-08)

 * Fixed `Reply-to` header. It’s not overridden anymore

#### 1.9.2 (2023-03-28):

 * Added action for better dev experience in tracking error `mailgun_error_track`
 * Added header `h:Sender`

#### 1.9.1 (2023-03-26):

 * Remove not needed error logging.
 * Fixed bug with Override param for Woocommerce

#### 1.9 (2023-01-18):

 * Sanitizing and escaping vars. Possible security issues

#### 1.8.10 (2022-12-26):

 * Fixed bug with not overriding `from name` for Woocommerce

#### 1.8.8 (2022-12-14):

 * Fixed bug with removed wp_mail filter

#### 1.8.7 (2022-11-12):

 * Fixed bug when field `Override "From" Details` was not updated

#### 1.8.3 (2022-08-30):

 * Plugin refactoring. Widget fixes for working with Legacy Widget Block. PHP8.0
   support check

#### 1.8.2 (2022-08-24):

 * Plugin refactoring. Small fixes

#### 1.8.1 (2022-08-19):

 * backward compatibility with php7.0

#### 1.8.0 (2022-08-18):

 * Plugin refactoring. Using new languages constructions. Extended readme. Update
   version

#### 1.7.9 (2021-05-24):

 * API Key description

#### 1.7.8 (2021-05-13):

 * Tested WP 5.7.1

#### 1.7.7 (2021-03-16):

 * Updated assets, tested WP 5.7

#### 1.7.6 (2021-02-19):

 * Sync versions across plugin files

#### 1.7.3 (2021-02-19):

 * Update plugin version

#### 1.7.2 (2020-10-07):

 * Test plugin with PHP 7.4.
 * Test plugin up to WordPress 5.5.1.

#### 1.7.1 (2019-02-07):

 * Reinstall settings page for multisites.

#### 1.7 (2019-01-21):

 * Remove settings page for multisites.
 * Simplify admin notifications.
 * Test plugin with PHP 7.2.
 * Test plugin up to WordPress 5.0.3.

#### 1.6.1 (2018-10-08):

 * Restore Settings page form for all install types.

#### 1.6 (2018-9-21):

 * Refactor admin notifications
 * Enable Settings page for all WordPress install types
 * Enable Test Configuration for all WordPress install types
 * Test plugin up to WordPress 4.9.8.

#### 1.5.14 (2018-09-11):

 * Force SSL-secured SMTP connections to use port 465 (SMTPS) to connect, 587 for
   plain and TLS
 * Support region endpoint switching for SMTP

#### 1.5.13.1 (2018-08-15):

 * Fix line breaks in Test Configuration email

#### 1.5.13 (2018-08-14):

 * Default to US region if no region is configured in settings
 * Add admin notification about region configuration
 * Log an error message when an email is sent with no explicit region configured

#### 1.5.12.3 (2018-08-09):

 * Fix Region select menu default when wp-config.php variable is set
 * Fix front end email input validation

#### 1.5.12.2 (2018-08-09):

 * Fix plugin not saving after update

#### 1.5.12.1 (2018-08-06):

 * Fix for backwards compatibility

#### 1.5.12 (2018-08-02):

 * Add EU endpoint for Mailgun HTTP API
 * Fix broken logo image on Lists page
 * Test plugin up to WordPress 4.9.7

#### 1.5.11 (2018-05-30):

 * Fix an issue with authentication failing for newer API keys
 * Test plugin up to WordPress 4.9.6

#### 1.5.10 (2017-11-22):

 * Fix back to settings link on lists page (https://github.com/mailgun/wordpress-
   plugin/pull/65)
 * Fix a bug causing `text/html` emails to send as both `text/plain` _and_ `text/
   html` parts

#### 1.5.9 (2017-09-13):

 * Add a configuration option to allow setting security type for SMTP connection(
   SSL / TLS)

#### 1.5.8.5 (2017-09-05):

 * Change default click tracking setting to `htmlonly` (https://github.com/mailgun/
   wordpress-plugin/pull/58)
 * Change PHPMailer set-up stanza to use TLS

#### 1.5.8.4 (2017-06-28):

 * Packaging fix which takes care of an odd filtering issue (https://wordpress.org/
   support/topic/1-5-8-3-broke-the-mg_mutate_message_body-filter)

#### 1.5.8.3 (2017-06-13):

 * Fix a bug causing only the last header value to be used when multiple headers
   of the same type are specified (https://wordpress.org/support/topic/bug-with-
   mg_parse_headers/)
 * Added `pt_BR` translations (thanks @emersonbroga)

#### 1.5.8.2 (2017-02-27):

 * Fix a bug causing empty tags to be sent with messages (#51)
 * Add `mg_mutate_message_body` hook to allow other plugins to modify the message
   body before send
 * Add `mg_mutate_attachments` hook to allow other plugins to modify the message
   attachments before send
 * Fix a bug causing the AJAX test to fail incorrectly.

#### 1.5.8.2 (2017-02-27):

 * Fix a bug causing empty tags to be sent with messages (#51)
 * Add `mg_mutate_message_body` hook to allow other plugins to modify the message
   body before send
 * Add `mg_mutate_attachments` hook to allow other plugins to modify the message
   attachments before send
 * Fix a bug causing the AJAX test to fail incorrectly.

#### 1.5.8.1 (2017-02-06):

 * Fix "Undefined property: MailgunAdmin::$hook_suffix” (#48)
 * Fix "Undefined variable: from_name on every email process” (API and SMTP) (#49)
 * Admin code now loads only on admin user access

#### 1.5.8 (2017-01-23):

 * Rewrite a large chunk of old SMTP code
 * Fix a bug with SMTP + "override from” that was introduced in 1.5.7
 * SMTP debug logging is now controlled by `MG_DEBUG_SMTP` constant

#### 1.5.7.1 (2017-01-18):

 * Fix an odd `Undefined property: MailgunAdmin::$defaults` when saving config
 * Fix strict mode notice for using `$mailgun['override-from']` without checking`
   isset`

#### 1.5.7 (2017-01-04):

 * Add better support for using recipient variables for batch mailing.
 * Clarify wording on `From Address` note
 * Detect from name and address for `phpmailer_init` / SMTP now will honour Mailgun"
   From Name / From Addr” settings
 * SMTP configuration test will now provide the error message, if the send fails
 * Fix `undefined variable: content_type` error in `wp-mail.php` (https://wordpress.
   org/support/topic/minor-bug-on-version-version-1-5-6/#post-8634762)
 * Fix `undefined index: override-from` error in `wp-mail.php` (https://wordpress.
   org/support/topic/php-notice-undefined-index-override-from/)

#### 1.5.6 (2016-12-30):

 * Fix a very subtle bug causing fatal errors with older PHP versions < 5.5
 * Respect `wp_mail_content_type` (#37 – @FPCSJames)

#### 1.5.5 (2016-12-27):

 * Restructure the `admin_notices` code
 * Restructure the "From Name” / "From Address” code
 * Add option to override "From Name” / "From Address” setting set by other plugins
 * Fix a bug causing default "From Name” / "From Address” to be always applied in
   some cases
 * Moved plugin header up in entrypoint file (https://wordpress.org/support/topic/
   plugin-activation-due-to-header/#post-8598062)
 * Fixed a bug causing "Override From” to be set to "yes” after upgrades

#### 1.5.4 (2016-12-23):

 * Changed some missed bracketed array usages to `array()` syntax
 * Fix `wp_mail_from` / `wp_mail_from_name` not working on old PHP / WP versions
 * Add a wrapper for using `mime_content_type` / `finfo_file`

#### 1.5.3 (2016-12-22):

 * Changed all bracketed array usages to `array()` syntax for older PHP support
 * Redesigned `Content-Type` processing code to not make such large assumptions
 * Mailgun logo is now loaded over HTTPS
 * Fixed undefined variable issue with from email / from name code

#### 1.5.2 (2016-12-22):

 * Added option fields for setting a From name and address

#### 1.5.1 (2016-12-21):

 * Fixed an issue causing plugin upgrades from <1.5 -> >=1.5 to deactivate

#### 1.5 (2016-12-19):

 * Added Catalan language support (@DavidGarciaCat)
 * Added Spanish language support (@DavidGarciaCat)
 * Added German language support (@lsinger)
 * Fixed incorrect SMTP hostname
 * Applied PSR standards across codebase
 * Applied open tracking bugfix
 * Applied tags bugfix
 * Applied `Mailgun Lists` admin panel bugfix
 * Fixed click tracking dropdown
 * Fixed click tracking and open tracking
 * Now try to process _all_ sent mails as HTML, see L201 wp-mail.php for details
 * Mailgun logo now loads on both admin pages 😉
 * Now using the Mailgun API v3 endpoint!
 * Configuration test will now present either an error from the API or the HTTP 
   response code + message

#### 1.4.1 (2015-12-01):

 * Clarify compatibility with WordPress 4.3

#### 1.4 (2015-11-15):

 * Added shortcode and widget support for list subscription

#### 1.3.1 (2014-11-19):

 * Switched to Semantic Versioning
 * Fixed issue with campaigns and tags

#### 1.3 (2014-08-25):

 * Added check to ignore empty attachments

#### 1.2 (2014-08-19):

 * Fixed errors related to undefined variable. https://github.com/mailgun/wordpress-
   plugin/pull/3

#### 1.1 (2013-12-09):

 * Attachments are now handled properly.
 * Added ability to customize tags and campaigns.
 * Added ability to toggle URL and open tracking.

#### 1.0 (2012-11-27):

 * Re-release to update versioning to start at 1.0 instead of 0.1

#### 0.1 (2012-11-21):

 * Initial Release

## میٹا

 *  Version **2.1.10**
 *  Last updated **3 مہینے پہلے**
 *  Active installations **80,000+**
 *  WordPress version ** 5.6 یا اس سے جدید **
 *  Tested up to **6.8.5**
 *  PHP version ** 7.4 یا اس سے جدید **
 *  Languages
 * [Dutch](https://nl.wordpress.org/plugins/mailgun/)، [English (US)](https://wordpress.org/plugins/mailgun/)،
   [Russian](https://ru.wordpress.org/plugins/mailgun/)، [Spanish (Colombia)](https://es-co.wordpress.org/plugins/mailgun/)،
   [Spanish (Mexico)](https://es-mx.wordpress.org/plugins/mailgun/)، [Spanish (Spain)](https://es.wordpress.org/plugins/mailgun/)،
   اور [Spanish (Venezuela)](https://ve.wordpress.org/plugins/mailgun/).
 *  [اپنی زبان میں ترجمہ کریں](https://translate.wordpress.org/projects/wp-plugins/mailgun)
 * Tags
 * [api](https://ur.wordpress.org/plugins/tags/api/)[http](https://ur.wordpress.org/plugins/tags/http/)
   [mail](https://ur.wordpress.org/plugins/tags/mail/)[mailgun](https://ur.wordpress.org/plugins/tags/mailgun/)
   [smtp](https://ur.wordpress.org/plugins/tags/smtp/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/mailgun/advanced/)

## درجہ بندیاں

 3.8 out of 5 stars.

 *  [  29 5-star reviews     ](https://wordpress.org/support/plugin/mailgun/reviews/?filter=5)
 *  [  4 4-star reviews     ](https://wordpress.org/support/plugin/mailgun/reviews/?filter=4)
 *  [  2 3-star reviews     ](https://wordpress.org/support/plugin/mailgun/reviews/?filter=3)
 *  [  4 2-star reviews     ](https://wordpress.org/support/plugin/mailgun/reviews/?filter=2)
 *  [  10 1-star reviews     ](https://wordpress.org/support/plugin/mailgun/reviews/?filter=1)

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

[See all reviews](https://wordpress.org/support/plugin/mailgun/reviews/)

## شراکت دار

 *   [ Mailgun ](https://profiles.wordpress.org/mailgun/)
 *   [ Matt Martz ](https://profiles.wordpress.org/sivel/)
 *   [ lookahead.io ](https://profiles.wordpress.org/lookaheadio/)
 *   [ m35dev ](https://profiles.wordpress.org/m35dev/)
 *   [ Alan Fuller ](https://profiles.wordpress.org/alanfuller/)

## معاونت

گذشتہ دو ماہ میں مسائل حل ہوئے:

     1 میں سے 0

 [معاونتی فورم دیکھیں](https://wordpress.org/support/plugin/mailgun/)