You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So you need to edit /vendor/phpmailer/phpmailer/src/PHPMailer.php
const CHARSET_ASCII = 'utf-8';
const CHARSET_ISO88591 = 'utf-8';
const CHARSET_UTF8 = 'utf-8';
This ensure that both latin and cyrillic characters supported and mail is then readable.
This issue effect not clipbucket directly , but since clipbucket use PHPMailer , well this should be changed.
This issue exist in the latest PHPMailer-6.8.1 and i know some folks in PHPMailer dont like my "solution" , but well it works for me!
The text was updated successfully, but these errors were encountered:
orlovskyjavaprofi
changed the title
Support of cyrilic characters in mail
Support of cyrillic characters in mail
Oct 19, 2023
orlovskyjavaprofi
changed the title
Support of cyrillic characters in mail
Support of cyrillic characters for sending Emails. Issues with PHPMailer
Oct 19, 2023
So you need to edit /vendor/phpmailer/phpmailer/src/PHPMailer.php
const CHARSET_ASCII = 'utf-8';
const CHARSET_ISO88591 = 'utf-8';
const CHARSET_UTF8 = 'utf-8';
This ensure that both latin and cyrillic characters supported and mail is then readable.
This issue effect not clipbucket directly , but since clipbucket use PHPMailer , well this should be changed.
This issue exist in the latest PHPMailer-6.8.1 and i know some folks in PHPMailer dont like my "solution" , but well it works for me!
The text was updated successfully, but these errors were encountered: