|
| Hi everybody!
i've got a problem with iis4' server smtp:
i've tried in any way to start it but id doesn't work.
my configuration:
windows nt4 server
iis4
the server hosts a Microsoft Exchange mail server for the company mail
CDONTS is installed and registered
for first instance I had tried to understand if the server ran. so i set up an iis and a virtual smtp server on my computer, connected with this server in a Lan net, and tried to set up the smart host with the ip of the server.
it works, and i managed to send mail!
but when I tried to do the same thing on the server it doesnt'w work
pheraphs the cause may be that the server which hosts the webSite is the same of the mailServer? in the server i have also an internal site which works properly even in the e-mail sending!
i tried to find out more in the log file -- nothing
i set up the server exttensions---nothing
i configured my outlook express with the smtp server of the company and it works
i found nothing on inetpub\mailroot folders
the test code I use:
Dim provaMail
Set provaMail=Server.createObject("CDONTS.NewMail")
provaMail.To=mioindirizzo
provaMail.From=mioindirizzo2
provaMail.Subject="prova"
provaMail.Body="PROVAAAAA"
provaMail.Send
set provaMail=Nothing
i try to get some informations on the event viewer but nothing
my default smtp server remains stopped
is there anybody who has an idea?
thanks for help and try to excuse me for my english!! (I'm italian)
ps:the message I have in return when I try to start the smtp server is:
----The service did not respond to the start or control request in a timely fashion----
|
|