WP SMTP - Version 1.1.11

Version Description

All good, still maintained, just update some info

Download this release

Release Info

Developer yehudah
Plugin Icon 128x128 WP SMTP
Version 1.1.11
Comparing to
See all releases

Code changes from version 1.1.10 to 1.1.11

Files changed (2) hide show
  1. readme.txt +7 -4
  2. wp-smtp.php +1 -1
readme.txt CHANGED
@@ -4,8 +4,8 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=yehuda@m
4
  Tags: wp smtp,smtp,mail,email,phpmailer,mailer,wp mail,gmail,yahoo,mail smtp,ssl,tls
5
  License: GPLv2
6
  Requires at least: 2.7
7
- Tested up to: 4.9.9
8
- Stable tag: 1.1.10
9
 
10
  WP SMTP can help us to send emails via SMTP instead of the PHP mail() function.
11
 
@@ -16,7 +16,7 @@ It adds a settings page to "Dashboard"->"Settings"->"WP SMTP" where you can conf
16
  There are some examples on the settings page, you can click the corresponding icon to view (such as "Gmail""Yahoo!""Microsoft""163""QQ").
17
  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.
18
 
19
- = Do you want more advanced SMTP mailer? =
20
 
21
  * Built-in **importer for WP SMTP settings**.
22
  * Universal SMTP for every service.
@@ -26,7 +26,7 @@ If the field "From" was not a valid email address, or the field "SMTP Host" was
26
  * Built-in alert function when emails are faling, you can get notified by Email, Slack or pushover.
27
  * Ports checker for any blocking issue.
28
 
29
- **Check Post SMTP:**
30
  [https://wordpress.org/plugins/post-smtp/](https://wordpress.org/plugins/post-smtp/)
31
 
32
  = CREDITS =
@@ -51,6 +51,9 @@ WP SMTP plugin was originally created by BoLiQuan. It is now owned and maintaine
51
 
52
  == Changelog ==
53
 
 
 
 
54
  = 1.1.10 =
55
 
56
  New maintainer - yehudah
4
  Tags: wp smtp,smtp,mail,email,phpmailer,mailer,wp mail,gmail,yahoo,mail smtp,ssl,tls
5
  License: GPLv2
6
  Requires at least: 2.7
7
+ Tested up to: 5.4
8
+ Stable tag: 1.1.11
9
 
10
  WP SMTP can help us to send emails via SMTP instead of the PHP mail() function.
11
 
16
  There are some examples on the settings page, you can click the corresponding icon to view (such as "Gmail""Yahoo!""Microsoft""163""QQ").
17
  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.
18
 
19
+ = Do you want more advanced SMTP mailer?
20
 
21
  * Built-in **importer for WP SMTP settings**.
22
  * Universal SMTP for every service.
26
  * Built-in alert function when emails are faling, you can get notified by Email, Slack or pushover.
27
  * Ports checker for any blocking issue.
28
 
29
+ Check Post SMTP:
30
  [https://wordpress.org/plugins/post-smtp/](https://wordpress.org/plugins/post-smtp/)
31
 
32
  = CREDITS =
51
 
52
  == Changelog ==
53
 
54
+ = 1.1.11 =
55
+ All good, still maintained, just update some info
56
+
57
  = 1.1.10 =
58
 
59
  New maintainer - yehudah
wp-smtp.php CHANGED
@@ -4,7 +4,7 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
4
  /*
5
  Plugin Name: WP SMTP
6
  Description: WP SMTP can help us to send emails via SMTP instead of the PHP mail() function.
7
- Version: 1.1.10
8
  Author: Yehuda Hassine
9
  Text Domain: wp-smtp
10
  Domain Path: /lang
4
  /*
5
  Plugin Name: WP SMTP
6
  Description: WP SMTP can help us to send emails via SMTP instead of the PHP mail() function.
7
+ Version: 1.1.11
8
  Author: Yehuda Hassine
9
  Text Domain: wp-smtp
10
  Domain Path: /lang