mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:45:56 +00:00
mailer: split to/from name/addresses
This commit is contained in:
@@ -305,7 +305,8 @@ class Pref_Users extends Handler_Protected {
|
||||
|
||||
$mailer = new Mailer();
|
||||
|
||||
$rc = $mailer->mail(["to" => "$login <$email>",
|
||||
$rc = $mailer->mail(["to_name" => $login,
|
||||
"to_address" => $email,
|
||||
"subject" => __("[tt-rss] Password change notification"),
|
||||
"message" => $message]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user