password_requests.pm: missing sender
Email::Simple requires email sender.
This commit is contained in:
@@ -145,6 +145,7 @@ sub sendToken ($$) {
|
||||
|
||||
mail::send(
|
||||
{
|
||||
"From" => $config->{locations}->{email},
|
||||
"To" => $user->{email},
|
||||
"Subject" => "request to change password for $baseUrl",
|
||||
"Data" => $content
|
||||
|
||||
Reference in New Issue
Block a user