WP SMTP

Wordpress Plugin
Download latest - 1.2.5

Download Stats

Today 30
Yesterday 57
Last Week 356
All Time 256,434
Banner 772x250

WP SMTP can help us to send emails via SMTP instead of the PHP mail() function. It adds a settings page to "Dashboard"->"Settings"->"WP SMTP" where you can configure the email settings. There are some examples on the settings page, you can click the corresponding icon to view (such as "Gmail""Yahoo!""Microsoft""163""QQ"). If the field "From" was not a valid email address, or the field "SMTP Host" was left blank, it will not reconfigure the wp_mail() function.

CREDITS

WP SMTP plugin was originally created by BoLiQuan. It is now owned and maintained by WPChill.

Usage

  1. Download and extract wp-smtp.zip to wp-content/plugins/
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. "Dashboard"->"Settings"->"WP SMTP"
  4. For more information of this plugin, please visit: Plugin Homepage.

Releases (15 )

Version Release Date Change Log
1.2.5 2022-04-15
  • 15.04.2022 - = Fixed: base64_encoding problem for passwords and users that may appear that they are already in base64_encoding but in reality they are not ( https://github.com/WPChill/wp-smtp/issues/7 ) Changed: Removed CDN files and added them locally ( https://github.com/WPChill/wp-smtp/issues/8 )
1.2.4 2022-04-06

Changed: Added base64 encode for username and passwords ( https://github.com/WPChill/wp-smtp/issues/2 ) Added: Setting to disable the email logging. ( https://github.com/WPChill/wp-smtp/issues/3 )

1.2.3 2021-05-01

Fix auto loading require path

1.2.2 2021-04-22

Just update info

1.2.1 2020-08-03
1.2 2020-07-29

New and shiny mail logger.

1.1.11 2020-05-25

All good, still maintained, just update some info

1.1.10 2018-11-06

New maintainer - yehudah https://wpsmtpmail.com/v1-1-10-wp-smtp-is-back/

  • Code structure and organize.
  • Credentials can now be configured inside wp-config.php
1.1.9 2014-08-02
  • Some optimization
1.1.7 2014-03-23
  • Using a nonce to increase security.
1.1.6 2013-10-06
  • Add Yahoo! example
  • Some optimization
1.1.5 2013-01-08
  • Some optimization
1.1.4 2012-11-13
  • If the field "From" was not a valid email address, or the field "Host" was left blank, it will not reconfigure the wp_mail() function.
  • Add some reminders.
1.1.3 2012-11-12
  • If "SMTP Authentication" was set to no, the values "Username""Password" are ignored.
1.1.2 2012-11-10
  • First release.

=