Post SMTP Mailer/Email Log - Version 2.2

Version Description

  • 2022-12-08 =
  • NEW
  • Added New Socket/ Email Service Postmark
  • Added New Socket/ Email Service SparkPost
  • IMPROVEMENTS
  • SSRF Prevention
  • SQL Warning Removed
  • MailGun SDK Updated to Latest Version
  • Compatibility with BackupBuddy added
  • FIXES
  • Multisite Plugin Update
  • Additional Headers were not saved properly in some cases
  • Import Button was not working in some cases
Download this release

Release Info

Developer wpexpertsio
Plugin Icon 128x128 Post SMTP Mailer/Email Log
Version 2.2
Comparing to
See all releases

Code changes from version 2.2-beta.2 to 2.2

Files changed (3) hide show
  1. .gitignore +0 -1
  2. postman-smtp.php +1 -1
  3. readme.txt +12 -6
.gitignore DELETED
@@ -1 +0,0 @@
1
- .idea
 
postman-smtp.php CHANGED
@@ -6,7 +6,7 @@ if ( ! defined( 'ABSPATH' ) ) {
6
  * Plugin Name: Post SMTP
7
  * Plugin URI: https://wordpress.org/plugins/post-smtp/
8
  * Description: Email not reliable? Post SMTP is the first and only WordPress SMTP plugin to implement OAuth 2.0 for Gmail, Hotmail and Yahoo Mail. Setup is a breeze with the Configuration Wizard and integrated Port Tester. Enjoy worry-free delivery even if your password changes!
9
- * Version: 2.2-beta.2
10
  * Author: Post SMTP
11
  * Text Domain: post-smtp
12
  * Author URI: https://postmansmtp.com
6
  * Plugin Name: Post SMTP
7
  * Plugin URI: https://wordpress.org/plugins/post-smtp/
8
  * Description: Email not reliable? Post SMTP is the first and only WordPress SMTP plugin to implement OAuth 2.0 for Gmail, Hotmail and Yahoo Mail. Setup is a breeze with the Configuration Wizard and integrated Port Tester. Enjoy worry-free delivery even if your password changes!
9
+ * Version: 2.2
10
  * Author: Post SMTP
11
  * Text Domain: post-smtp
12
  * Author URI: https://postmansmtp.com
readme.txt CHANGED
@@ -3,8 +3,8 @@ Plugin URI: https://wpexperts.io/
3
  Contributors: wpexpertsio
4
  Tags: email, mail, smtp, wordpress smtp, email log, postman smtp, postman, gmail, google apps, hotmail, yahoo, mandrill api, sendgrid api, elastic email, office365, mailgun
5
  Requires at least: 3.9
6
- Tested up to: 6.0.2
7
- Stable tag: 2.1.10
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -12,6 +12,8 @@ Send, log, and get notified when your emails are failing. Plus a unique option f
12
 
13
  == Description ==
14
 
 
 
15
  = WordPress Mail SMTP Plugin =
16
 
17
  Post SMTP is a next-generation WP Mail SMTP plugin that assists and improves the email deliverability process of your WordPress website.
@@ -103,6 +105,12 @@ SendGrid has a free SMTP plan that you can use to send up to 100 emails per day.
103
  * **Sendinblue API for sending any email** (requires a [Sendinblue](https://www.sendinblue.com/) account and PHP 5.3)
104
  SendinBlue is an effective and great email software for Small to Medium businesses. You can build customer relationships with an all-in-one digital marketing toolbox. Their free plan allows you to send up to 300 emails per day.
105
 
 
 
 
 
 
 
106
  = Compatibility & Support =
107
  * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
108
  * [Woocommerce](https://wordpress.org/plugins/woocommerce/)
@@ -288,17 +296,15 @@ To avoid being flagged as spam, you need to prove your email isn't forged. On a
288
 
289
  == Changelog ==
290
 
291
- = 2.2-beta.2 - 2022-11-02 =
292
  * **NEW**
293
  * Added New Socket/ Email Service Postmark
294
  * Added New Socket/ Email Service SparkPost
295
  * **IMPROVEMENTS**
296
- * SSRF Prevention
297
- * PHP 8.0+ Compatibility Added
298
  * SQL Warning Removed
299
  * MailGun SDK Updated to Latest Version
300
  * Compatibility with BackupBuddy added
301
- * Freemius SDK Updated
302
  * **FIXES**
303
  * Multisite Plugin Update
304
  * Additional Headers were not saved properly in some cases
3
  Contributors: wpexpertsio
4
  Tags: email, mail, smtp, wordpress smtp, email log, postman smtp, postman, gmail, google apps, hotmail, yahoo, mandrill api, sendgrid api, elastic email, office365, mailgun
5
  Requires at least: 3.9
6
+ Tested up to: 6.1.1
7
+ Stable tag: 2.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
12
 
13
  == Description ==
14
 
15
+ [Live Demo](https://www.tastewp.com/plugins/post-smtp) | [Extensions](https://postmansmtp.com/extension/)
16
+
17
  = WordPress Mail SMTP Plugin =
18
 
19
  Post SMTP is a next-generation WP Mail SMTP plugin that assists and improves the email deliverability process of your WordPress website.
105
  * **Sendinblue API for sending any email** (requires a [Sendinblue](https://www.sendinblue.com/) account and PHP 5.3)
106
  SendinBlue is an effective and great email software for Small to Medium businesses. You can build customer relationships with an all-in-one digital marketing toolbox. Their free plan allows you to send up to 300 emails per day.
107
 
108
+ * **PostMark API for sending any email** (requires a [PostMark](https://postmarkapp.com/) account and PHP 5.3)
109
+ Postmark is a cloud-based email management software designed to help businesses handle and streamline the delivery of emails.
110
+
111
+ * **SparkPost API for sending any email** (requires a [SparkPost](https://www.sparkpost.com/) account and PHP 5.3)
112
+ SparkPost is a cloud-based email analytics solution designed to help businesses of all sizes optimize email performance, deliverability, engagement, and more.
113
+
114
  = Compatibility & Support =
115
  * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
116
  * [Woocommerce](https://wordpress.org/plugins/woocommerce/)
296
 
297
  == Changelog ==
298
 
299
+ = 2.2 - 2022-12-08 =
300
  * **NEW**
301
  * Added New Socket/ Email Service Postmark
302
  * Added New Socket/ Email Service SparkPost
303
  * **IMPROVEMENTS**
304
+ * SSRF Prevention
 
305
  * SQL Warning Removed
306
  * MailGun SDK Updated to Latest Version
307
  * Compatibility with BackupBuddy added
 
308
  * **FIXES**
309
  * Multisite Plugin Update
310
  * Additional Headers were not saved properly in some cases