mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-02 08:35:08 -04: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;
|
||||
int port;
|
||||
ConnectionSecurity connectionSecurity;
|
||||
String authenticationType = null;
|
||||
String authenticationType = AUTH_AUTOMATIC;
|
||||
String username = null;
|
||||
String password = null;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user