Merge branch '2.0' of ssh://git.carlh.net/home/carl/git/dcpomatic2 into 2.0
[dcpomatic.git] / src / lib / kdm.cc
index f9b21c525a2bbc266dce7bbb3d391caa5c708c34..0ded8f2c1589c3ffaa327520145919f9eb6e60ab 100644 (file)
@@ -254,8 +254,6 @@ email_kdms (
                        quickmail_add_bcc (mail, Config::instance()->kdm_bcc().c_str ());
                }
 
-               quickmail_add_header (mail, "Content-Type: text/plain; charset=UTF-8");
-
                string body = Config::instance()->kdm_email().c_str();
                boost::algorithm::replace_all (body, "$CPL_NAME", film->dcp_name ());
                boost::algorithm::replace_all (body, "$START_TIME", start.str ());