mirror of https://github.com/M66B/FairEmail.git
Use app ID for HELO
Some servers reject their own host name
This commit is contained in:
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…
Reference in New Issue