Title: Simple SMTP Mailer
Author: Josh Mckibbin
Published: <strong>18 rugpjūčio, 2022</strong>
Last modified: 28 balandžio, 2025

---

Ieškoti įskiepiuose

![](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

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

[Parsisiųsti](https://downloads.wordpress.org/plugin/simple-smtp-mailer.1.1.0.zip)

 * [Informacija](https://lt.wordpress.org/plugins/simple-smtp-mailer/#description)
 * [Atsiliepimai](https://lt.wordpress.org/plugins/simple-smtp-mailer/#reviews)
 * [Kūrimas](https://lt.wordpress.org/plugins/simple-smtp-mailer/#developers)

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

## Aprašymas

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

## Ekrano nuotraukos

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

Simple SMTP Mailer Settings

## DUK

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

Yes

### Does this plugin work with Gmail SMTP?

Yes

## Atsiliepimai

Įskiepis neturi atsiliepimų.

## Programuotojai ir komandos nariai

“Simple SMTP Mailer” yra atviro kodo programa. Prie jos sukūrimo prisidėję žmonės
surašyti toliau.

Autoriai

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

[Išverskite “Simple SMTP Mailer” į savo kalbą.](https://translate.wordpress.org/projects/wp-plugins/simple-smtp-mailer)

### Domina programavimas?

[Peržiūrėkite kodą](https://plugins.trac.wordpress.org/browser/simple-smtp-mailer/),
naršykite [SVN repozitorijoje](https://plugins.svn.wordpress.org/simple-smtp-mailer/),
arba užsiprenumeruokite [kodo pakeitimų žurnalą](https://plugins.trac.wordpress.org/log/simple-smtp-mailer/)
per [RSS](https://plugins.trac.wordpress.org/log/simple-smtp-mailer/?limit=100&mode=stop_on_copy&format=rss).

## Pakeitimų istorija

#### 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

## Metainformacija

 *  Version **1.1.0**
 *  Atnaujinta **prieš 1 metai**
 *  Aktyvių instaliacijų **20+**
 *  WordPress versija ** 6.0 ar naujesnė **
 *  Ištestuota iki **6.8.6**
 *  PHP versija ** 8.0 ar naujesnė **
 *  Kalba
 * [English (US)](https://wordpress.org/plugins/simple-smtp-mailer/)
 * Žymos
 * [email](https://lt.wordpress.org/plugins/tags/email/)[mail](https://lt.wordpress.org/plugins/tags/mail/)
   [phpmailer](https://lt.wordpress.org/plugins/tags/phpmailer/)[smtp](https://lt.wordpress.org/plugins/tags/smtp/)
   [wp_mail](https://lt.wordpress.org/plugins/tags/wp_mail/)
 *  [Daugiau](https://lt.wordpress.org/plugins/simple-smtp-mailer/advanced/)

## Įvertinimai

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/)

## Autoriai

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

## Pagalba

Turite pastabų? Reikia pagalbos?

 [Peržiūrėti pagalbos forumą](https://wordpress.org/support/plugin/simple-smtp-mailer/)

## Paremkite

Galbūt norite padėti plėtoti šį įskiepį?

 [ Paremti įskiepio kūrimą ](https://joshmckibbin.com/donate)