X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/678992ffad65c5d10c52552792edee0a2a708bfd..4acd278323544b79c27ffc7c8fdad3a7063a8633:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index b9835881d..0ecb2219d 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -1110,7 +1110,7 @@ sub send_email { my @attfiles; # if we send html or plain text inline if (($self->{format} eq 'html') && ($self->{sendmode} eq 'inline')) { - $mail->{contenttype} = "text/html"; + $mail->{content_type} = "text/html"; $mail->{message} =~ s/\r//g; $mail->{message} =~ s/\n/
\n/g; $full_signature =~ s/\n/
\n/g;