Minor SIP cleanup, conditionalize warnings.
[koha_fer] / C4 / Suggestions.pm
index 4250db0..82eef06 100644 (file)
@@ -427,7 +427,8 @@ sub ModStatus {
         To => $emailinfo->{byemail},
         From => $emailinfo->{libemail},
         Subject => 'Koha suggestion',
-        Message => "".$template->output
+        Message => "".$template->output,
+        'Content-Type' => 'text/plain; charset="utf8"',
     );
     sendmail(%mail);
 }