mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 03:32:16 -05:00
Default authentication type for SMTP is automatic
This commit is contained in:
parent
6d9463801e
commit
6497ac4cf4
@ -63,7 +63,7 @@ public class SmtpTransport extends Transport {
|
|||||||
String host;
|
String host;
|
||||||
int port;
|
int port;
|
||||||
ConnectionSecurity connectionSecurity;
|
ConnectionSecurity connectionSecurity;
|
||||||
String authenticationType = null;
|
String authenticationType = AUTH_AUTOMATIC;
|
||||||
String username = null;
|
String username = null;
|
||||||
String password = null;
|
String password = null;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user