summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/emailer.cc2
1 files changed, 1 insertions, 1 deletions
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> 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"