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)

![](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://fa.wordpress.org/plugins/simple-smtp-mailer/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/simple-smtp-mailer/#reviews)
 * [توسعه](https://fa.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

## سوالات متداول

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

Yes

### Does this plugin work with Gmail SMTP?

Yes

## نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

## توسعه دهندگان و همکاران

“Simple SMTP Mailer” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

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

[ترجمه “Simple SMTP Mailer” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/simple-smtp-mailer)

### علاقه‌ مند به توسعه هستید؟

[Browse the code](https://plugins.trac.wordpress.org/browser/simple-smtp-mailer/),
check out the [SVN repository](https://plugins.svn.wordpress.org/simple-smtp-mailer/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/simple-smtp-mailer/)
by [RSS](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

## اطلاعات

 *  نگارش **1.1.0**
 *  Last updated **1 سال پیش**
 *  نصب‌های فعال **20+**
 *  نگارش وردپرس ** 6.0 یا بالاتر **
 *  Tested up to **6.8.5**
 *  نگارش PHP ** 8.0 یا بالاتر **
 *  زبان
 * [English (US)](https://wordpress.org/plugins/simple-smtp-mailer/)
 * Tags
 * [email](https://fa.wordpress.org/plugins/tags/email/)[mail](https://fa.wordpress.org/plugins/tags/mail/)
   [phpmailer](https://fa.wordpress.org/plugins/tags/phpmailer/)[smtp](https://fa.wordpress.org/plugins/tags/smtp/)
   [wp_mail](https://fa.wordpress.org/plugins/tags/wp_mail/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/simple-smtp-mailer/advanced/)

## امتیازها

هنوز هیچ نقدی ارسال نشده است.

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

[مشاهده همه بررسی‌ها](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)