Thanks for the response - so mailroot is set correctly, but we don't want to use local SMTP - can we confirm with any other readers out there is this is true about CDOSYS? That it requires local smtp?
I don't think that's right, only because on a prior server, these same pages were working correctly when I connected to the same SMTP server as now. Only my asp page is in a different location. On the old server, I was still pinging a different box and it worked.
Any other ideas?
Thanks
Main Topics
Browse All Topics





by: LabsyPosted on 2007-02-19 at 19:40:45ID: 18568180
Hi,
I think CDOSYS (also CDONTS) can only use local SMTP server. Docs say it should work, but I had problems, too. So I simply enabled secondary SMTP server within IIS, set it to run on some weird port, and let it forward to my main SMTP server.
Also, folder c:\inetpub\mailroot needs Everyone to have write permissions.