diff options
author | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2018-08-07 21:16:19 +0000 |
---|---|---|
committer | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2018-08-07 21:16:19 +0000 |
commit | 5cb7d912a0b18a8d4b41153c75c8084ae35b84b6 (patch) | |
tree | 65dc7013b4e1c981e8e5620ae6093bc494d03b3d /postman-smtp.php | |
parent | 9983c9755ee33e56a7f16ab3896eea3406e56619 (diff) | |
download | Post-SMTP-5cb7d912a0b18a8d4b41153c75c8084ae35b84b6.zip |
Support for Mailgun Europe Region
Diffstat (limited to 'postman-smtp.php')
-rw-r--r-- | postman-smtp.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/postman-smtp.php b/postman-smtp.php index cf29a7e..bd0f639 100644 --- a/postman-smtp.php +++ b/postman-smtp.php @@ -1,10 +1,9 @@ <?php - /* * 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: 1.9.4 + * Version: 1.9.5 * Author: Jason Hendriks, Yehuda Hassine * Text Domain: post-smtp * Author URI: https://postmansmtp.com @@ -123,5 +122,5 @@ function post_start( $startingMemory ) { */ function post_setupPostman() { require_once 'Postman/Postman.php'; - $kevinCostner = new Postman( __FILE__, '1.9.4' ); + $kevinCostner = new Postman( __FILE__, '1.9.5' ); } |