Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support of cyrillic characters for sending Emails. Issues with PHPMailer #285

Open
orlovskyjavaprofi opened this issue Oct 19, 2023 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@orlovskyjavaprofi
Copy link

orlovskyjavaprofi commented 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!

@orlovskyjavaprofi orlovskyjavaprofi changed the title Support of cyrilic characters in mail Support of cyrillic characters in mail Oct 19, 2023
@orlovskyjavaprofi orlovskyjavaprofi changed the title Support of cyrillic characters in mail Support of cyrillic characters for sending Emails. Issues with PHPMailer Oct 19, 2023
@MacWarrior MacWarrior added the question Further information is requested label Jan 11, 2024
@MacWarrior MacWarrior self-assigned this Jan 11, 2024
@MacWarrior
Copy link
Owner

Hello @orlovskyjavaprofi,

PhpMailer has recently been updated to latest version : 6.9.1

Do you reproduce issue on latest revision ?

Best regards,
MacWarrior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants