Skip to content

Commit b42bd02

Browse files
author
smusman98
committed
Updated Version and Readme
1 parent fabb510 commit b42bd02

File tree

2 files changed

+27
-13
lines changed

2 files changed

+27
-13
lines changed

postman-smtp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Plugin Name: Post SMTP
77
* Plugin URI: https://wordpress.org/plugins/post-smtp/
88
* 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.1.4
9+
* Version: 2.1.5
1010
* Author: Post SMTP
1111
* Text Domain: post-smtp
1212
* Author URI: https://postmansmtp.com
@@ -74,7 +74,7 @@ function ps_fs() {
7474
define( 'POST_SMTP_BASE', __FILE__ );
7575
define( 'POST_SMTP_PATH', __DIR__ );
7676
define( 'POST_SMTP_URL', plugins_url('', POST_SMTP_BASE ) );
77-
define( 'POST_SMTP_VER', '2.1.4' );
77+
define( 'POST_SMTP_VER', '2.1.5' );
7878
define( 'POST_SMTP_ASSETS', plugin_dir_url( __FILE__ ) . 'assets/' );
7979

8080
$postman_smtp_exist = in_array( 'postman-smtp/postman-smtp.php', (array) get_option( 'active_plugins', array() ) );

readme.txt

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Contributors: wpexpertsio
44
Tags: postman smtp, postman, smtp, email, mail, mailer, email log, oauth2, gmail, google apps, hotmail, yahoo, mandrill api, sendgrid api, elastic email, office365, mailgun
55
Requires at least: 3.9
66
Tested up to: 6.0
7-
Stable tag: 2.1.4
7+
Stable tag: 2.1.5
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -18,7 +18,7 @@ Post SMTP is a next-generation WP Mail SMTP plugin that assists in the delivery
1818

1919
The **Connectivity Test** and intelligent **Setup Wizard** scan your SMTP server to detect firewall blocks and eliminate configuration mistakes. The built-in **Email Log** is an invaluable resource for [diagnosing problems](https://wordpress.org/support/topic/ugly-e-mails-no-html-and-no-special-characters?replies=15) with emails. Even hosts that block the standard SMTP ports, like GoDaddy or Bluehost, can't stop your email as **Post SMTP can deliver via HTTPS** if it can't use SMTP.
2020

21-
Post SMTP is *not* another WP Mail SMTP clone like WP Bank or Easy SMTP. It replaces the default WordPress SMTP library, PHPMailer, with the heavy-duty Zend_Mail. Never [lose an email to PHP mail()](http://www.jvfconsulting.com/blog/php-mail-function-vs-smtp-guaranteed-delivery/) again.
21+
Post SMTP is *not* another WP Mail SMTP clone like WP Bank or Easy SMTP. It replaces the default WordPress SMTP library, PHPMailer, with the heavy-duty Zend_Mail. Never lose an email to PHP mail() again.
2222

2323
https://www.youtube.com/watch?v=mXDEEE9jnfw
2424

@@ -40,13 +40,22 @@ Post SMTP's pro extensions are everything you need to enhance your WordPress ema
4040
[Post SMTP Pro Extensions](https://postmansmtp.com/extensions/)
4141

4242
= Office365 API delivery =
43-
[Office365 Pro extension](https://postmansmtp.com/extensions/office-365-extension-for-post-smtp/) allows you to connect PostSMTP with your Outlook and Microsoft 365 accounts to improve email deliverability.
43+
[Office365 Pro Extension](https://postmansmtp.com/extensions/office-365-extension-for-post-smtp/) allows you to connect PostSMTP with your Outlook and Microsoft 365 accounts to improve email deliverability.
4444

45-
= Amazon SES API delivery? =
45+
= Amazon SES API delivery =
4646
[Amazon SES Pro Extension](https://postmansmtp.com/extensions/post-smtp-extension-for-amazon-ses/) combines Amazon's mail service provider with PostSMTP's powerful and easy-to-use SMTP mailing features.
4747

48-
= Better Email Logger Extension? =
49-
[Better Email Logger Pro extension](https://postmansmtp.com/extensions/the-better-email/) allows you to design email marketing campaigns and improve email deliverability for your WordPress site.
48+
= Twilio Pro Extension =
49+
[Twilio Extension](https://postmansmtp.com/extensions/twilio-extension-pro/) allows you to add your phone number so that you can receive SMS notifications and alerts when emails are not delivered to your recipients.
50+
51+
= Better Email Logger Pro Extension =
52+
[Better Email Logger Pro Extension](https://postmansmtp.com/extensions/the-better-email/) allows you to design email marketing campaigns and improve email deliverability for your WordPress site.
53+
54+
= Mail Control Pro Extension =
55+
[Mail Control Pro Extension](https://postmansmtp.com/extensions/post-smtp-mail-control/) allows you to control Post SMTP’s email actions like sending email alerts to authors, webmasters, and new users.
56+
57+
= Post SMTP Membership Plans =
58+
[Post SMTP membership plans](https://postmansmtp.com/membership-plan/) offer access to all pro extensions along with other benefits including 1-year extension updates and support, Email Reporting, Logging, and Tracking, all other SMTP Services and a 30-day money-back guarantee.
5059

5160
= API (HTTPS) Email Support =
5261
* **Gmail API for sending Gmail and Google Apps email** (requires a [Google](https://accounts.google.com/signup) account)
@@ -209,7 +218,7 @@ You've [forgotten to choose an email address in the consent screen](https://word
209218

210219
== SMTP Error Messages ==
211220

212-
= Communication Error [334] make sure the Envelope From Email is the same account used to create the Client ID. =
221+
= Communication Error [334] – make sure the Envelope From Email is the same account used to create the Client ID. =
213222

214223
* This is almost always caused by being logged in to Google/Microsoft/Yahoo with a different user than the one Post is configured to send mail with. Logout and try again with the correct user
215224
* Login to [Webmail](http://www.gmail.com) and see if there is an "Unusual Activity" warning waiting for your attention
@@ -267,6 +276,10 @@ To avoid being flagged as spam, you need to prove your email isn't forged. On a
267276

268277
== Changelog ==
269278

279+
= 2.1.5 - 2022-08-25 =
280+
* **FIX**
281+
* Updated email header to prevent email from being SPAM
282+
270283
= 2.1.4 - 2022-08-18 =
271284
* **NEW**
272285
* Redirect the user to the setup wizard on activating the Plugin
@@ -282,7 +295,6 @@ To avoid being flagged as spam, you need to prove your email isn't forged. On a
282295
* Typo fix: defualt to default (thanks to @jsilvermist)
283296
* Updated email header to prevent email from being SPAM
284297

285-
286298
= 2.1.3- 2022-07-1 =
287299
* **FIX**
288300
* PHP Version Compatibility.
@@ -321,12 +333,12 @@ Add notice about Google Less Secure App.
321333

322334
* **Improvements**
323335
* Minor UI improvement.
324-
* "llc" Hostname added in ZendMail.
336+
* `llc` Hostname added in ZendMail.
325337

326338
= 2.0.25 - 2022-04-06 =
327339
* **Bug Fixes**
328340
* WP 5.9 Compatibility Ballon UI issue.
329-
* Uncaught Error: Class "PostmanAdminController" not found.
341+
* Uncaught Error: Class PostmanAdminController not found.
330342
* Ajax error appearing due to Google API depreciated function.
331343

332344
* **Improvements**
@@ -347,7 +359,7 @@ Add notice about Google Less Secure App.
347359

348360
= 2.0.21 - 2021-02-11
349361
* Fixed: Security issue - nonce validation.
350-
* Fixed: Class "PostmanViewController" not found
362+
* Fixed: Class PostmanViewController not found
351363
* New: New wp-config.php constant to disable the email logger = `POST_SMTP_CORE_MAIL_LOG`.
352364

353365
= 2.0.20 - 2021-01-19
@@ -863,6 +875,8 @@ Syntx stupid mistake
863875
= 0.1 - 2015-01-19 =
864876
* First release. Happy Fig Newton Day! It was a grueling week-end, studying PHP and OAuth and Googling like a Boss, but it's done and it works!
865877

878+
879+
866880
== Upgrade Notice ==
867881

868882
= 1.7 =

0 commit comments

Comments
 (0)