Skip to content

Commit

Permalink
Updated Version
Browse files Browse the repository at this point in the history
  • Loading branch information
smusmanobjects committed Oct 10, 2022
1 parent 90e73d8 commit 8cf193a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
4 changes: 2 additions & 2 deletions postman-smtp.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Plugin Name: Post SMTP
* Plugin URI: https://wordpress.org/plugins/post-smtp/
* 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!
* Version: 2.1.9
* Version: 2.1.10
* Author: Post SMTP
* Text Domain: post-smtp
* Author URI: https://postmansmtp.com
Expand Down Expand Up @@ -76,7 +76,7 @@ function ps_fs() {
define( 'POST_SMTP_BASE', __FILE__ );
define( 'POST_SMTP_PATH', __DIR__ );
define( 'POST_SMTP_URL', plugins_url('', POST_SMTP_BASE ) );
define( 'POST_SMTP_VER', '2.1.9' );
define( 'POST_SMTP_VER', '2.1.10' );
define( 'POST_SMTP_ASSETS', plugin_dir_url( __FILE__ ) . 'assets/' );

$postman_smtp_exist = in_array( 'postman-smtp/postman-smtp.php', (array) get_option( 'active_plugins', array() ) );
Expand Down
24 changes: 19 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== Post SMTP Mailer/Email Log ===
=== Post SMTP Mailer/Email Log - Best Mail SMTP For WP ===
Plugin URI: https://wpexperts.io/
Contributors: wpexpertsio
Tags: email, mail, smtp, wordpress smtp, email log, postman smtp, postman, gmail, google apps, hotmail, yahoo, mandrill api, sendgrid api, elastic email, office365, mailgun
Requires at least: 3.9
Tested up to: 6.0.2
Stable tag: 2.1.9
Stable tag: 2.1.10
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -28,7 +28,7 @@ Post SMTP replaces the default WordPress SMTP library, PHPMailer, with the heavy
* The built-in Email log is an invaluable resource for diagnosing problems with emails.
* OAuth 2.0 increase the security and protection of email password by discouraging the idea of storing your email password in the WordPress database where it might be found.

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

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

Expand All @@ -45,6 +45,12 @@ https://www.youtube.com/watch?v=mXDEEE9jnfw
* Fire-and-forget delivery continues even if you change your password.
* [Set up an app password](https://youtu.be/OX2g6QB6LWI) in your Google account.

= Slack notifications =
Receive Post SMTP notifications on your Slack app. If you approve ["Post SMTP Notifications" app for Slack](https://slack.postmansmtp.com/), you will be notified on any selected workplace about your failed emails.

= Post SMTP Notification Chrome Extension =
[Post SMTP Notification Chrome Extension](https://chrome.google.com/webstore/detail/post-smtp-notifications/npklmbkpbknkmbohdbpikeidiaekjoch?hl=en) - Install Post SMTP's official Chrome Extension to receive notifications of failed emails on your WordPress website.

= Technical Documentation =
You can read our [Post SMTP technical documentation](https://postmansmtp.com/documentation/) for more details including setting up the plugin and configuring other SMTP options. Also, stay up-to-date on new plugin updates, changes, modifications, and related news by subscribing to the [Post SMTP blog](https://postmansmtp.com/blog/).

Expand Down Expand Up @@ -76,7 +82,7 @@ In essence, SMTP is a set of commands that authenticates and directs the transfe
[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.

**Mail Control Pro Extension**
[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.
[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.

= Post SMTP Membership Plans =
[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.
Expand Down Expand Up @@ -110,7 +116,6 @@ SendinBlue is an effective and great email software for Small to Medium business
* [SendPress Newsletters](https://wordpress.org/plugins/sendpress/)
* [WP HTML Mail](https://wordpress.org/plugins/wp-html-mail/)
* [Email Templates](https://wordpress.org/plugins/email-templates/)
* [WordPress Leads](https://wordpress.org/plugins/leads/)
* .. and every other plugin that uses the WordPress API [wp_mail](https://codex.wordpress.org/Function_Reference/wp_mail) to send mail!

= Requirements =
Expand Down Expand Up @@ -285,6 +290,15 @@ To avoid being flagged as spam, you need to prove your email isn't forged. On a

== Changelog ==

= 2.1.10 - 2022-10-10 =
* **FIXES**
* Avoid redirection to wizard on activation
* Issue in resend emails
* Made backend setting fields visible
* **IMPROVEMENTS**
* Email host message
* Sendgrid message id to prevent spam emails

= 2.1.9 - 2022-09-9 =
* **FIX**
* User Compatibility Fix
Expand Down

0 comments on commit 8cf193a

Please sign in to comment.