W
|
wuddy 4/11/2011 |
Dear All I have a problem when send email after record add , all word by Arabic language comes like this ?????? can you help me. Regards,
|
M
|
mr. zx author 4/16/2011 |
see in aspfunctions.asp (..\include\aspfunctions.asp) and add one line ..................... If err.Number=0 Then myMail.Subject = email_subject myMail.From = email_from myMail.To = email_to myMail.BodyPart.charset = "windows-874" ' change here ....................
|