This topic is locked
[SOLVED]

 problem when send email after record add

3/15/2011 2:26:30 AM
ASPRunnerPro General questions
M
mr. zx author

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,

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,


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

....................

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

....................


Thank you very much. Works perfectly!