summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryehuda <yehuda@myinbox.in>2018-07-26 17:52:40 +0300
committeryehuda <yehuda@myinbox.in>2018-07-26 17:52:40 +0300
commitf19076d5f2c4874718a6d70e4f013ab9dbd0aa79 (patch)
treee8a7b73a18ab589e3a4ae3366581407912ba3c2c
parent19000f27b901ed787e2130239ad2bc97b8cca7ac (diff)
downloadPost-SMTP-f19076d5f2c4874718a6d70e4f013ab9dbd0aa79.zip
Removed auto configure for port 25 (can be TLS)
-rw-r--r--Postman/PostmanOptions.php3
-rw-r--r--postman-smtp.php4
-rw-r--r--readme.txt7
3 files changed, 7 insertions, 7 deletions
diff --git a/Postman/PostmanOptions.php b/Postman/PostmanOptions.php
index 110014e..f0d675e 100644
--- a/Postman/PostmanOptions.php
+++ b/Postman/PostmanOptions.php
@@ -262,9 +262,6 @@ if ( ! class_exists( 'PostmanOptions' ) ) {
public function getEncryptionType() {
$port = $this->getPort();
switch ($port):
- case 25:
- return 'none';
- break;
case 465:
return 'ssl';
break;
diff --git a/postman-smtp.php b/postman-smtp.php
index c7ad3ff..43f4801 100644
--- a/postman-smtp.php
+++ b/postman-smtp.php
@@ -4,7 +4,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: 1.9.2
+ * Version: 1.9.3
* Author: Jason Hendriks, Yehuda Hassine
* Text Domain: post-smtp
* Author URI: https://postmansmtp.com
@@ -123,5 +123,5 @@ function post_start( $startingMemory ) {
*/
function post_setupPostman() {
require_once 'Postman/Postman.php';
- $kevinCostner = new Postman( __FILE__, '1.9.2' );
+ $kevinCostner = new Postman( __FILE__, '1.9.3' );
}
diff --git a/readme.txt b/readme.txt
index 1a1c84f..033d96b 100644
--- a/readme.txt
+++ b/readme.txt
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=yehuda@m
Tags: postman smtp, postman, smtp, email, mail, mailer, email log, oauth2, gmail, google apps, hotmail, yahoo, mandrill api, sendgrid api, elastic email, office365, mailgun
Requires at least: 3.9
Tested up to: 4.9.5
-Stable tag: 1.9.2
+Stable tag: 1.9.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -12,7 +12,7 @@ Send, log and troubleshoot your Outgoing Email easily. Supports everything: SMTP
== Description ==
-= Version 1.9.1 released =
+= Version 1.9.3 released =
Better secure delivery and external auth credentials (wp-config). [Read the detailes here](https://postmansmtp.com/post-smtp-1-9-0-better-support-for-secure-delivery/)
= WordPress Mail SMTP Plugin =
@@ -296,6 +296,9 @@ To avoid being flagged as spam, you need to prove your email isn't forged. On a
== Changelog ==
+= 1.9.3 - 2018-07-26
+Removed auto configure for port 25 (can be TLS)
+
= 1.9.2 - 2018-07-23
Removed deprecated functions from 7.2 + comment unready feature