Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision b161d667

Von Bernd Bleßmann vor mehr als 6 Jahren hinzugefügt

  • ID b161d667d1831bff8111fcec59dcc3a8059607dd
  • Vorgänger 792c623f
  • Nachfolger 1b6d09ef

SL::Mailer: content_type statt contenttype, so wie im POD beschrieben

Unterschiede anzeigen:

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