Click to See Complete Forum and Search --> : previously CDONTS worked After installing ISA Server its not


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

KBoek
09-11-2003, 03:23 AM
First of all, if you want to use CDONTS, you should check if the mail service is still running on your server and the required ports are open, accessible and properly forwarded. I'm not sure, but I can imagine that ISA server in one or another way alters the mail service or the access to it (because it's Internet SECURITY and Acceleration, you see :D).

If you can't get the CDONTS to work, I'd advise you to use the jmail dll instead. This dll is available for free, for downloads just check Google. You must register this jmail.dll to make it work and use a little different code, but that's easy to find out.

NB! If your ISA server in one or another way blocks access or does not properly forward mail services in general (eg. blocking port 25), neither the installation of jmail would solve the problem. In that case, you should change the configuration of your ISA server.