mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Use app ID for HELO
Some servers reject their own host name
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user