Skip to content

Commit

Permalink
Fixing ISS-523
Browse files Browse the repository at this point in the history
Thanks @Leanne
  • Loading branch information
RockfordWei committed Sep 1, 2017
1 parent 9169075 commit d100645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SMTP.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d100645

Please sign in to comment.