Revision b161d667
Von Bernd Bleßmann vor mehr als 6 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
1110 | 1110 |
my @attfiles; |
1111 | 1111 |
# if we send html or plain text inline |
1112 | 1112 |
if (($self->{format} eq 'html') && ($self->{sendmode} eq 'inline')) { |
1113 |
$mail->{contenttype} = "text/html";
|
|
1113 |
$mail->{content_type} = "text/html";
|
|
1114 | 1114 |
$mail->{message} =~ s/\r//g; |
1115 | 1115 |
$mail->{message} =~ s/\n/<br>\n/g; |
1116 | 1116 |
$full_signature =~ s/\n/<br>\n/g; |
Auch abrufbar als: Unified diff
SL::Mailer: content_type statt contenttype, so wie im POD beschrieben