|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
Hi,
I built an online form , when filled to be sent to specific email . the form language is hebrew and so the values entered by viewers. the page use encoding iso-8859-8-i but the emails recieved shows gibrish all the hebrew fonts are not readable ... I tried unicode but it is worse . any hints |
|
#2
|
||||
|
||||
|
as far as I have researched this issue, the only way to solve
this was to set Hebrew as the Default language on the Server, via the Regional Settings. |
|
#3
|
|||
|
|||
|
You mean the exchange server or the web server, since the web server has Hebrew set as the default language
|
|
#4
|
||||
|
||||
|
Quote:
|
|
#5
|
|||
|
|||
|
Quote:
I discusses this solution with the IT admin but he said that the page should be configured with codig to translate the language to the exchange server not backwards ..which mean inserting code like Code:
objSendMail.BodyPart.Charset = "windows-1255" but this is for CDO ... my page uses cdonts instead .. do you suggest any code for that. |
|
#6
|
||||
|
||||
|
you can use CDO then. it has everything you need and it's easy to use.
|
|
#7
|
|||
|
|||
|
Quote:
Okay.. but how can CDO be used to send form data ? in cdnts I used Code:
Newmail.Body = msgbody
msgbody = ("firstname:"&strnam...)
strnam = trim(Request.Form("name"))
what is the alternative in cdo |
|
#8
|
||||
|
||||
|
yes it's very similar.
look in the Code Bank for full CDO code sample code. |
![]() |
| Viewing: ASP Free Forums > Programming > ASP Development > General - Question - Unreadable email |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|