* commit 'd163332bc58cb1b2f09fd061e51e50ecbc40eb73': Fix STARTTLS handshake error in Email's SmtpSender class
This commit is contained in:
commit
938ec79ac9
@ -136,7 +136,7 @@ public class SmtpSender extends Sender {
|
||||
* if not.
|
||||
*/
|
||||
if (mTransport.canTryTlsSecurity()) {
|
||||
if (result.contains("-STARTTLS")) {
|
||||
if (result.contains("STARTTLS")) {
|
||||
executeSimpleCommand("STARTTLS");
|
||||
mTransport.reopenTls();
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user