This is a discussion on "How to send email with arabic encoding" within the Classic ASP section. This forum, and the thread "How to send email with arabic encoding are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
How to send email with arabic encoding
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
How to send email with arabic encoding
Hi,
I am Using CDONT.Newmail componet for sending email. How can i enable it to send arabic text. When the email is received i have to change its encoding to Arabic (Windows) to be able to read the text. Regards Emaratia |
|
|
|
|||
|
You'll want to call the .SetLocaleIDs method of the mail object to the location ID for Arabic windows.
For a list of codepageid's check: http://msdn.microsoft.com/library/de...s/charset4.asp for example objnewmail.setlocaleids(1256) which is Arabic (Windows) |
![]() |
| Tags |
| send, email, arabic, encoding |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to send email to user? | LegolasV | JavaScript Forum | 1 | Jun 5th, 2008 09:16 |
| Please help me send an Email template. | Oak | Web Page Design | 5 | May 20th, 2008 07:37 |
| PHP Form send in email | Bravo81 | PHP Forum | 20 | Jan 17th, 2008 11:47 |
| asp.net send email problem | sunnyko | ASP.NET Forum | 5 | Sep 12th, 2006 10:31 |
| how to send email in php | manzil | PHP Forum | 1 | Jul 30th, 2006 16:34 |