diff options
author | yehuda <yehuda@myinbox.in> | 2019-03-04 16:36:02 +0200 |
---|---|---|
committer | yehuda <yehuda@myinbox.in> | 2019-03-04 16:36:02 +0200 |
commit | 18c7ae6216c4705a2942b07081469c4c0f1059fd (patch) | |
tree | 235e34430af8a892dafde3417af9d20b2dedb360 /postman-smtp.php | |
parent | f03a430175384cf672583c4423ae19c2e83fb91b (diff) | |
download | Post-SMTP-18c7ae6216c4705a2942b07081469c4c0f1059fd.zip |
* Added support for Mailgun Europe region.
* Replace "buggey" mime_content_type php function
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' ); } |