Wedge
Public area => The Pub => Support => Topic started by: subram on October 3rd, 2014, 11:59 AM
-
Turkish characters do not appear correctly in e-mail.
I'm using mandrillapp.com/ to send mail.
-
up
-
/core/app/Subs-Post.php file
search;
if (preg_match('~@(att|comcast|bellsouth)\.[a-zA-Z.]{2,6}$~i', $to_address) === 1)
change;
if (preg_match('~@(att|comcast|bellsouth)\.[a-zA-Z.]{}$~i', $to_address) === 1)
try :)
-
I was tried but not working.
-
Türkçe karakterleri ASCII karşılığı ile değiştirip dene
ç ç
ı ı
ğ ğ
ö ö
ş ş
ü ü
Ç Ç
İ İ
Ğ Ð
Ö Ö
Ş Ş
Ü Ü
EmailTemplates.french.php dil dosyasında öyle yapılmış
-
Yok abi olmadı. Mail scriptinde bir sıkıntı var sanırım.
I changed character with HTML code. Not working.
-
@Nao help :)
-
yahoo and gmail tested the problem continues.....