mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-16 11:53:54 +00:00
[FIX] Update encoding
This commit is contained in:
parent
320dab881b
commit
aa9a32a959
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@ function phpmailer_emailer_send_prepare(App $a, array &$b)
|
|||
// Enable verbose debug output
|
||||
$mail->SMTPDebug = 2;
|
||||
*/
|
||||
// Setup encoding.
|
||||
$mail->CharSet = 'UTF-8';
|
||||
$mail->Encoding = 'base64';
|
||||
// Specify main and backup SMTP servers
|
||||
$mail->Host = Config::get('phpmailer', 'smtp_server');
|
||||
$mail->Port = Config::get('phpmailer', 'smtp_port');
|
||||
|
|
Loading…
Reference in a new issue