X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FMailer.pm;h=dc3c662f04acfc3f9322a523b5c6d6f6986c3907;hb=297ec9f0dcfb45a3d695506c824f13fd72f7d312;hp=b04af08ddf5943ee4d7df2753080048571881c9d;hpb=6f92326a8f2c1f9205a062d32ed8f1abdaa4b7b5;p=kivitendo-erp.git diff --git a/SL/Mailer.pm b/SL/Mailer.pm index b04af08dd..dc3c662f0 100644 --- a/SL/Mailer.pm +++ b/SL/Mailer.pm @@ -122,7 +122,7 @@ sub send { $num_sent++; my $boundary = time() . "-$$-${num_sent}"; - $boundary = "LxOffice-$self->{version}-$boundary"; + $boundary = "kivitendo-$self->{version}-$boundary"; my $domain = $self->recode($self->{from}); $domain =~ s/(.*?\@|>)//g; my $msgid = "$boundary\@$domain"; @@ -177,7 +177,7 @@ sub send { $driver->start_mail(from => $self->{from}, to => [ map { @{ $addresses{$_} } } qw(to cc bcc) ]); $driver->print(qq|${headers}Message-ID: <$msgid> -X-Mailer: Lx-Office $self->{version} +X-Mailer: kivitendo $self->{version} MIME-Version: 1.0 |);