pull/184/head
M66B 4 years ago
parent 6f9fe0e247
commit 579d37ff14

@ -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) {

Loading…
Cancel
Save