From 969064d0e45b5885374452ff1ac2e15377bd76eb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 26 Oct 2015 16:14:53 +0000 Subject: Speculative fix for missing attachments on KDM emails. --- src/lib/emailer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/emailer.cc b/src/lib/emailer.cc index fd815b789..916d17182 100644 --- a/src/lib/emailer.cc +++ b/src/lib/emailer.cc @@ -125,7 +125,7 @@ Emailer::send (shared_ptr job) if (!_attachments.empty ()) { email << "MIME-Version: 1.0\r\n" - << "Content-Type: multipart/alternative; boundary=" << boundary << "\r\n"; + << "Content-Type: multipart/mixed; boundary=" << boundary << "\r\n"; } email << "Subject: " << _subject << "\r\n" -- cgit v1.2.3