fixed bug 635024
This commit is contained in:
parent
6f51f7de3c
commit
0746702435
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ use WebGUI::Session;
|
|||
|
||||
sub send {
|
||||
my ($smtp, $message, $from, $footer);
|
||||
$from = $_[4] || ($session{setting}{companyName}.' <'.$session{setting}{companyEmail}.'>');
|
||||
$from = $_[4] || $session{setting}{companyEmail};
|
||||
#header
|
||||
$message = "To: $_[0]\n";
|
||||
$message .= "From: $from\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue