|
@@ -15,4 +15,4 @@ $platform_email['SMTP_MAILER'] = IS_WINDOWS_OS ? 'smtp' : 'mail'; // mail,
|
|
|
$platform_email['SMTP_AUTH'] = 0;
|
|
|
$platform_email['SMTP_USER'] = '';
|
|
|
$platform_email['SMTP_PASS'] = '';
|
|
|
-$platform_email['SMTP_CHARSET'] = api_get_system_encoding();
|
|
|
+$platform_email['SMTP_CHARSET'] = 'UTF-8';
|