navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

AspEmail

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP and Database >> AspEmail
Page: [1]
 
yaronbb

 

Posts: 44
Joined: 10/5/2006
Status: offline

 
AspEmail - 5/29/2007 7:57:08   
Hi to all,
I have problem with Hebrew languish with the AspEmail script. I get "^&$^&%$*%$*^)()^(*&%" gibrish

How can I use this script or what I need to add to this script to send Hebrew true the request("FName")

<%
Set Mail = Server.CreateObject("Persits.MailSender")
Mail.Host = "myhost.com"
Mail.From = "mymail@.com"
Mail.FromName = Request("FName")
Mail.AddAddress " mymail@.com "
Mail.Subject = "test"
Mail.Body = Request("Body")
strErr = ""
bSuccess = False
On Error Resume Next ' catch errors
Mail.Send ' send message
If Err <> 0 Then ' error occurred
strErr = Err.Description
else
bSuccess = True
End If
%>
Spooky

 

Posts: 26599
Joined: 11/11/1998
From: Middle Earth
Status: offline

 
RE: AspEmail - 5/30/2007 21:12:47   
Try this way?

http://www.aspemail.com/manual_object.html#EncodeHeader

_____________________________

If you arent part of the solution, then there is good money to be made prolonging the problem

§þ:)


(in reply to yaronbb)
yaronbb

 

Posts: 44
Joined: 10/5/2006
Status: offline

 
RE: AspEmail - 5/31/2007 2:42:38   
Hi I found another way

<% @codepage=1252 %>

Now it is working good

Thanks

(in reply to Spooky)
Page:   [1]

All Forums >> Web Development >> ASP and Database >> AspEmail
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts