sathysudha
09-10-2003, 07:26 AM
Friends
I was using the CDONTS mail to get the customers feedback.
Below is the Code which was working before there is no ISA Server was installed in our server.
dim mymail
set mymail=createobject("cdonts.newmail")
mymail.from=emailval
mymail.to="myname@mymail.com"
mymail.subject="Feedback"
mymail.bodyformat=0
mymail.mailformat=0
mymail.body=html
mymail.send
set mymail=nothing
Now our Network works under ISA Server. After that the code above is not working.
Can anyone help me in this regarding.
thanks
sudhakar
I was using the CDONTS mail to get the customers feedback.
Below is the Code which was working before there is no ISA Server was installed in our server.
dim mymail
set mymail=createobject("cdonts.newmail")
mymail.from=emailval
mymail.to="myname@mymail.com"
mymail.subject="Feedback"
mymail.bodyformat=0
mymail.mailformat=0
mymail.body=html
mymail.send
set mymail=nothing
Now our Network works under ISA Server. After that the code above is not working.
Can anyone help me in this regarding.
thanks
sudhakar