mirror of https://github.com/M66B/FairEmail.git
Small improvement
This commit is contained in:
parent
1530322087
commit
8283253708
|
@ -591,7 +591,7 @@ public class MessageHelper {
|
|||
from = ((InternetAddress) message.from[0]).getAddress();
|
||||
|
||||
StringBuilder sb = new StringBuilder();
|
||||
sb.append("Reporting-MTA: dns;").append("dummy.faircode.eu").append("\r\n");
|
||||
sb.append("Reporting-MTA: dns;").append(EmailService.getDefaultEhlo()).append("\r\n");
|
||||
sb.append("\r\n");
|
||||
|
||||
if (from != null)
|
||||
|
|
Loading…
Reference in New Issue