How to send email with arabic encoding

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.



Go Back   Webforumz.com > Main Forums > Program Your Website > Classic ASP

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old Nov 22nd, 2004, 05:14
New Member
Join Date: Nov 2004
Location: United Arab Emirates
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
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

  #2 (permalink)  
Old Nov 22nd, 2004, 08:10
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
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)
Closed Thread

Tags
send, email, arabic, encoding

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 00:14.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43