Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #10 from roryzweistra/master
Fixed typo in Send.pm
  • Loading branch information
haarg committed May 11, 2011
2 parents 6a01296 + 7beec1d commit 458b1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WebGUI/Mail/Send.pm
Expand Up @@ -343,7 +343,7 @@ sub create {
}
}
}
my $from = $headers->{from} || $session->setting->get('comanyName') . " <".$session->setting->get("companyEmail").">";
my $from = $headers->{from} || $session->setting->get('companyName') . " <".$session->setting->get("companyEmail").">";
my $type = $headers->{contentType} || "multipart/mixed";
my $replyTo = $headers->{replyTo} || $session->setting->get("mailReturnPath");

Expand Down

0 comments on commit 458b1a1

Please sign in to comment.