Iis – How to configure IIS[SMTP] & DNS of our website so that the emails are not marked as spam

emailiis

In continuation to the question i posted earlier on stackoverflow, we would like to configure IIS of dedicated hosting server to send thousands of email. What I would like to know is, how to configure SMTP of IIS and DNS settings so that the emails sent from our asp.net application are not marked as SPAM.

Best Answer

You will need a proper SMTP server like Exchange or SmarterMail to send "thousands of email" successfully, you should not be relying on IIS for this.