Set Content-Type and Content-Transfer-Encoding
[app-edwardng.git] / lib / App / EdwardNG.pm
index 7d32be127d0b01d11a209b852d3eb2cd93af4658..e6cea876b36c13094f4a61f95749673a3cecd984 100644 (file)
@@ -150,6 +150,8 @@ sub run {
        my $email = MIME::Entity->build(
                From    => $ENV{EDWARDNG_FROM},
                To      => $in->get('From'),
+               Type    => 'text/plain; charset=UTF-8',
+               Encoding=> '-SUGGEST',
                Subject => 'Re: ' . $in->get('Subject'),
                Data    => $keys.$result);
 
This page took 0.01015 seconds and 4 git commands to generate.