Hi,
For testing i setup an account in outlook express and entered the username, password and server name of the smtp server, i was able to send mail to my yahoo.com email account.
Earier, I installed SMTP Enable on my server and was able (briefly) to send mails using CDONTS in IIS.
After a few test mails yahoo stopped accepting mail from me due to having no reverse dns record. I then changed the settings in IIS from pointing to localhost (ie, SMTP Enable) to point instead to the external smtp server i had setup, and changed the password to that of this SMTP server.
I have tried various options for security within IIS but i think this is to allow other network users to forward through my server so i have now disabled authentication entirely in this area
I think i can probaby get SMTP Enable to route through the external smtp server but I'd rather not rely on another (non built-in) service for this
Cheers,
rob
Main Topics
Browse All Topics





by: meverestPosted on 2009-09-18 at 16:21:46ID: 25370720
Hi,
you need to auth to the IIS server with credentials of a local (or domain) user with rights to that server.
what have you beed doing for testing, and what have the results been?
Cheers.