password_requests.pm: missing sender

Email::Simple requires email sender.
This commit is contained in:
Milan
2023-10-23 21:40:19 +02:00
parent e06e4cbd41
commit 0a906b3e37

View File

@@ -145,6 +145,7 @@ sub sendToken ($$) {
mail::send(
{
"From" => $config->{locations}->{email},
"To" => $user->{email},
"Subject" => "request to change password for $baseUrl",
"Data" => $content