From d10064560f733ffc0f7dccc0b99d00b5061f8cf5 Mon Sep 17 00:00:00 2001 From: Rockford Wei Date: Fri, 1 Sep 2017 11:28:02 -0400 Subject: [PATCH] Fixing ISS-523 Thanks @LeAnne --- Sources/SMTP.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/SMTP.swift b/Sources/SMTP.swift index 2e4bff0..11b0bae 100644 --- a/Sources/SMTP.swift +++ b/Sources/SMTP.swift @@ -349,7 +349,7 @@ public class EMail { uuidBuf.append(0) let uuid = String(cString: uuidBuf) - body += "Message-ID: <\(uuid).\(from.address)>\r\n" + body += "Message-ID: <\(uuid)\(from.address.emailSuffix)>\r\n" // add the email title if subject.isEmpty {