Title: Simple SMTP Mailer
Author: Josh Mckibbin
Published: <strong>اگست 18, 2022</strong>
Last modified: اپریل 28, 2025

---

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

![](https://ps.w.org/simple-smtp-mailer/assets/banner-772x250.png?rev=2772146)

یہ پلگ ان **ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے**۔ اب یہ
برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین
ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

![](https://ps.w.org/simple-smtp-mailer/assets/icon.svg?rev=2772146)

# Simple SMTP Mailer

 منجانب [Josh Mckibbin](https://profiles.wordpress.org/joshmckibbin/)

[ڈاؤن لوڈ کریں](https://downloads.wordpress.org/plugin/simple-smtp-mailer.1.1.0.zip)

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

 [معاونت](https://wordpress.org/support/plugin/simple-smtp-mailer/)

## تفصیل

The [Simple SMTP Mailer](https://kibb.in/ssmtp) plugin allows you to easily configure
WordPress to use SMTP instead of the PHP mail function.

**This should only really be used in a development environment.**

### Simple SMTP Mailer Settings

 * **Host**: The mail server (Defaults to smtp.gmail.com)
 * **Username**: The username used for connecting to the SMTP server
 * **Password**: The password used for connecting to the SMTP server
 * **Port**: The port to use when sending an email (587, 465 or 25. Defaults to 
   587)
 * **Security**: The type of encryption security to use when sending an email (TLS
   or SSL. Defaults to TLS)
 * **Debug**: Enable debugging

All settings can be overridden by assigning array values to the SSMTP_MAILER constant
in wp-config.php. This is useful for automating local deployment.

    ```
    define(
        'SSMTP_MAILER',
        array(
            'host' => emailhost.com,
            'username' => username,
            'password' => password,
            'port' => 25,
            'security' => 'SSL'
        )
    );
    ```

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

[⌊Simple SMTP Mailer Settings⌉⌊Simple SMTP Mailer Settings⌉[

Simple SMTP Mailer Settings

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

### Can I send email via SMTP using this plugin?

Yes

### Does this plugin work with Gmail SMTP?

Yes

## جائزے

There are no reviews for this plugin.

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

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

شراکت دار

 *   [ Josh Mckibbin ](https://profiles.wordpress.org/joshmckibbin/)

[“Simple SMTP Mailer” کا اپنی زبان میں ترجمہ کریں۔](https://translate.wordpress.org/projects/wp-plugins/simple-smtp-mailer)

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

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

## چینج لاگ

#### 1.1.0

 * Added the ability to manually override plugin options by defining the ‘SSMTP_MAILER’
   constant
 * Changed PHP requirement to 8.0
 * The SMTP password is now saved as a salted hash
 * Errors now get added to PHP error log when debug option is enabled
 * Some minor code refactoring

#### 1.0.5

 * Compatibility with WordPress 6.3

#### 1.0.4

 * Added a debug function

#### 1.0.3

 * Compatibility with WordPress 6.1.1

#### 1.0.2

 * Replaced all PHP short Tags

#### 1.0.1

 * text-domain fix
 * Changed permissions from administrator to manage_options
 * Added options page link on plugins page
 * Updated the description

#### 1.0.0

 * Initial commit

## میٹا

 *  Version **1.1.0**
 *  Last updated **1 سال پہلے**
 *  Active installations **40+**
 *  WordPress version ** 6.0 یا اس سے جدید **
 *  Tested up to **6.8.8**
 *  PHP version ** 8.0 یا اس سے جدید **
 *  Language
 * [English (US)](https://wordpress.org/plugins/simple-smtp-mailer/)
 * Tags
 * [email](https://ur.wordpress.org/plugins/tags/email/)[mail](https://ur.wordpress.org/plugins/tags/mail/)
   [phpmailer](https://ur.wordpress.org/plugins/tags/phpmailer/)[smtp](https://ur.wordpress.org/plugins/tags/smtp/)
   [wp_mail](https://ur.wordpress.org/plugins/tags/wp_mail/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/simple-smtp-mailer/advanced/)

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

No reviews have been submitted yet.

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

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

## شراکت دار

 *   [ Josh Mckibbin ](https://profiles.wordpress.org/joshmckibbin/)

## معاونت

کچھ کہنا ہے؟ مدد چاہیے؟

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

## عطیہ دیں

کیا آپ اس پلگ ان کی ترقی میں معاونت کرنا چاہتے ہیں؟

 [ اس پلگ ان کو عطیہ دیں ](https://joshmckibbin.com/donate)