Use app ID for HELO

Some servers reject their own host name
pull/167/head
M66B 6 years ago
parent e396642464
commit 5bde34c2a4

@ -301,7 +301,7 @@ public class MailService implements AutoCloseable {
}
} else if ("smtp".equals(protocol) || "smtps".equals(protocol)) {
String haddr = host;
String haddr = BuildConfig.APPLICATION_ID;
if (useip)
try {

Loading…
Cancel
Save