projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7520cd5
)
Mailer: überflüssigen Nicht-Standard-Header entfernt
author
Moritz Bunkus
<m.bunkus@linet.de>
Tue, 12 Jan 2021 15:57:11 +0000
(16:57 +0100)
committer
Moritz Bunkus
<m.bunkus@linet.de>
Thu, 25 Feb 2021 13:17:38 +0000
(14:17 +0100)
Einen Header namens »Type« gibt's nicht. Vermutlich war »ContentType«
gemeint, aber der wird definitiv anders gesetzt und nicht auf
multipart/mixed.
SL/Mailer.pm
patch
|
blob
|
history
diff --git
a/SL/Mailer.pm
b/SL/Mailer.pm
index
d609e3e
..
4afda68
100644
(file)
--- a/
SL/Mailer.pm
+++ b/
SL/Mailer.pm
@@
-207,8
+207,6
@@
sub _create_message {
my @parts;
- push @{ $self->{headers} }, (Type => "multipart/mixed");
-
if ($self->{message}) {
push @parts, Email::MIME->create(
attributes => {