Small improvement

This commit is contained in:
M66B 2021-02-03 22:11:07 +01:00
parent 1530322087
commit 8283253708
1 changed files with 1 additions and 1 deletions

View File

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