This commit is contained in:
M66B 2020-08-23 23:15:24 +02:00
parent 6f9fe0e247
commit 579d37ff14
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ public class EntityIdentity {
public Long max_size;
String getProtocol() {
return (encrypt == EmailService.ENCRYPTION_SSL ? "smtps" : "smtp");
return (encryption == EmailService.ENCRYPTION_SSL ? "smtps" : "smtp");
}
boolean sameAddress(Address address) {