Ask a Question related to ASP Components, Design and Development.
-
Benny #1
how to send chinese mail via CDONTS
Hello
Who can teach me how to send chinese(big5) mail via
cdonts, I search some information in internet that said
using objcursession.setlocaleids(950)method, but it can
not successful, who can tell me how to using and where to
using setlocaleids(950) method in the program is correct.
I show my some code below:
set objcursession=createobject("cdonts.session")
objcursession.setlocaleids(950)
objcursession.logonsmtp "dspname", [email]address@address.com[/email]
set session("cursession")=objcursession
.......
.......
THANK!!!!!!
Benny Guest
-
HttpService send Chinese problem in flex 1.5
HTTPService: <mx:HTTPService id="objectdelTreeNodeAction" url="{HSUrl}/actmap/html/objectSave method="POST" useProxy="true"/> I send Chinese... -
How do I use CDONTS.new to send an email with attachment?
Can someone give me some sample code to use CDONTS.new to send email with an attachment? I've got sample code from the following website; ... -
CDONTS error on CDONTSMail.send on Exchange 5.5 sp4 on NT 4.0 sp6a
Hi. I'm using the example from FP2000: How to Send Form Results to a Database and E-mail Address at the Same Time at... -
CDONTS Mail.CC question
Hello The code itself is working, this is more of a cosmetic thing for me... lets say objRS("memail") = tom.petersen@aol.com strEmail =... -
the script hangs up when i try to send mail with attachments using MAIL::Sender...???
As said in the topic... when i try to send an e-mail message using Mail::Sender the script hangs up before execution of $sender ->...



Reply With Quote

