Welcome Guest Search | Active Topics | Members | Log In | Register

Email Character Problem
tep Offline
#1 Posted : Wednesday, February 06, 2008 10:10:43 AM
Rank: YAF Commander

Joined: 1/7/2008
Posts: 82

Thanks: 0 times
Was thanked: 0 time(s) in 0 post(s)
Hello,

I am trying to send e-mail which includes Turkish Characters but none of them is ok.

Quote:

e-mail preview for passwordretrieval.txt

için Yeni Giriş Şifreniz

L?tfen siteye a?a??daki bilgilerle giri? yap?n?z.

Kullan?c? Ad?:
?ifre:


also I added code below to SendMail function into General.cs, but it does not work !

Code:
emailMessage.BodyEncoding = Encoding.UTF8;


Any comment ?

Tep
Jaben Offline
#2 Posted : Wednesday, February 06, 2008 12:01:17 PM

Rank: YAF Head Dude

Medals: Medal of Honor Key: Given to pillars of the community who are key players in the YAF community and project.Medal of Honor for the Support King: Given to a community member who tirelessly answers tons of support questions.

Joined: 10/9/2004
Posts: 4,009
Location: Asheville, NC

Thanks: 20 times
Was thanked: 48 time(s) in 31 post(s)
It's fixed in the latest version.
"I have a simple philosophy: Fill what's empty. Empty what's full. Scratch where it itches.”.

MrData Offline
#3 Posted : Monday, February 18, 2008 9:55:36 AM
Rank: Member

Joined: 8/23/2007
Posts: 21
Location: Germany

Thanks: 0 times
Was thanked: 0 time(s) in 0 post(s)
Revision 1927

Hello,

I found the same problem, when YAF sends HTML-Mails (in plain-text-mails the bug was fixed)

The Bug can be fixed, if you change line 72 in sendmail.cs into: Encoding textEncoding = Encoding.UTF8;
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.