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

There is a problem with Turkish characters in the mail header. #87

Open
SeditioCMS opened this issue Jul 22, 2023 · 1 comment
Open

Comments

@SeditioCMS
Copy link

SeditioCMS commented Jul 22, 2023

The e-mail we sent turns out to be corrupt in Turkish ???? in this way
İıçöğü problem
WhatsApp Görsel 2023-07-22 saat 10 13 04

@SeditioCMS
Copy link
Author

SeditioCMS commented Jul 29, 2023

Solved
smtp.mail.connector.php

find
$smtp_from_title = (!empty($smtp_from_title)) ? $smtp_from_title : $cfg['maintitle'];
add
$smtp_title = "=?".$cfg['charset']."?B?".base64_encode($smtp_from_title)."?=";

find
$mail->setFrom($smtp_from, $smtp_from_title);
change
$mail->setFrom($smtp_from, $smtp_title);

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

No branches or pull requests

1 participant