mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 03:25:56 +00:00
mail plugin: fix typo
This commit is contained in:
@@ -182,7 +182,8 @@ class Mail extends Plugin {
|
|||||||
|
|
||||||
$mail = new ttrssMailer();
|
$mail = new ttrssMailer();
|
||||||
|
|
||||||
$mail->AddReplyTo(strip_tags($_REQUEST['from_email'], $_REQUEST['from_name']));
|
$mail->AddReplyTo(strip_tags($_REQUEST['from_email']),
|
||||||
|
strip_tags($_REQUEST['from_name']));
|
||||||
//$mail->AddAddress($_REQUEST['destination']);
|
//$mail->AddAddress($_REQUEST['destination']);
|
||||||
$addresses = explode(';', $_REQUEST['destination']);
|
$addresses = explode(';', $_REQUEST['destination']);
|
||||||
foreach($addresses as $nextaddr)
|
foreach($addresses as $nextaddr)
|
||||||
|
|||||||
Reference in New Issue
Block a user