1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:35:56 +00:00

mailer: split to/from name/addresses

This commit is contained in:
Andrew Dolgov
2018-11-22 16:36:10 +03:00
parent 57932e1837
commit 55bf4bc1d3
5 changed files with 19 additions and 11 deletions

View File

@@ -205,7 +205,7 @@ class Mail extends Plugin {
$mailer = new Mailer();
$mailer->mail(["to" => $to,
$rc = $mailer->mail(["to_address" => $to,
"headers" => ["Reply-To: $from"],
"subject" => $subject,
"message" => $message]);