clean up sent messages some

This commit is contained in:
Graham Knop 2008-09-18 19:51:14 +00:00
parent baa228737d
commit 7aa9c59af8
2 changed files with 2 additions and 2 deletions

View file

@ -286,7 +286,7 @@ sub create {
}
}
}
my $from = $headers->{from} || $session->user->username." <".$session->setting->get("companyEmail").">";
my $from = $headers->{from} || $session->setting->get('comanyName') . " <".$session->setting->get("companyEmail").">";
my $type = $headers->{contentType} || "multipart/mixed";
my $replyTo = $headers->{replyTo} || $session->setting->get("mailReturnPath");