mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-14 18:17:23 +02:00
phpmailer: set utf-8 charset
This commit is contained in:
parent
776d46f959
commit
c7ddac5c65
@ -3174,6 +3174,8 @@
|
||||
$mail->PluginDir = "phpmailer/";
|
||||
$mail->SetLanguage("en", "phpmailer/language/");
|
||||
|
||||
$mail->CharSet = "UTF-8";
|
||||
|
||||
$mail->From = DIGEST_FROM_ADDRESS;
|
||||
$mail->FromName = DIGEST_FROM_NAME;
|
||||
$mail->AddAddress($line["email"], $line["login"]);
|
||||
|
Loading…
Reference in New Issue
Block a user