]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Form.pm
bank_transactions.t Testfälle angepasst
[mfinanz.git] / SL / Form.pm
index b9835881d49d92290860f64bf563ee69dd030a37..0ecb2219d195ccf864461144bd888b9e564daaf1 100644 (file)
@@ -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/<br>\n/g;
     $full_signature         =~ s/\n/<br>\n/g;