SendMail: after '.' that terminates "DATA", send only one CRLF, not two.
[cfb.git] / prod / net / jaekl / qd / util / SendMail.java
index 1f563027ce5b247687be8173f95a9b74ca0b63de..68befa72323fd6e8580cf3b77062bf51e99b388d 100644 (file)
@@ -129,7 +129,7 @@ public class SendMail {
                
                sendMimeParts(pw);
                
-               String result = sendLine(pw, br, "\r\n.\r\n");
+               String result = sendLine(pw, br, "\r\n.");
                return result;
        }