X-Git-Url: http://jaekl.net/gitweb/?p=cfb.git;a=blobdiff_plain;f=prod%2Fnet%2Fjaekl%2Fqd%2Futil%2FSendMail.java;h=b4c783488431f86bb53774569ac305e71774a9cb;hp=dc65e4fdca9ce84f30e7aae751805795b4bbaeb5;hb=378e3cda95d14407750348bcf203f5876bc5cc03;hpb=e1520fe079abf9b27dbd859c0e186eeee4898f7e diff --git a/prod/net/jaekl/qd/util/SendMail.java b/prod/net/jaekl/qd/util/SendMail.java index dc65e4f..b4c7834 100644 --- a/prod/net/jaekl/qd/util/SendMail.java +++ b/prod/net/jaekl/qd/util/SendMail.java @@ -146,7 +146,7 @@ public class SendMail { void sendMimeHeaders(PrintWriter pw) { sendLine(pw, "MIME-Version: 1.0"); - sendLine(pw, "Content-Type: multipart/mixed; boundary=" + getBoundary()); + sendLine(pw, "Content-Type: multipart/mixed; boundary=\"" + getBoundary() + "\""); } void sendMimeParts(PrintWriter pw) {