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:
c2f2c60
)
Patch aus Bug 881 übernommen.
author
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 11 Mar 2009 14:26:36 +0000
(14:26 +0000)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 11 Mar 2009 14:26:36 +0000
(14:26 +0000)
SL/Mailer.pm
patch
|
blob
|
history
diff --git
a/SL/Mailer.pm
b/SL/Mailer.pm
index
e9665ca
..
2cd3b43
100644
(file)
--- a/
SL/Mailer.pm
+++ b/
SL/Mailer.pm
@@
-131,7
+131,7
@@
sub send {
}
my $headers = '';
- foreach my $item (qw(from to cc)) {
+ foreach my $item (qw(from to cc
bcc
)) {
next unless ($self->{$item});
my (@addr_objects) = Email::Address->parse($self->{$item});
next unless (scalar @addr_objects);