ASP.Net - sending SMTP mail via IIS 7.5 SMTP Server

23,844

Solution 1

http://forums.iis.net/t/1157046.aspx

Hope that helps.

Solution 2

Have found the solution. Basically, after stressing out over this for 2 days, it was to do with the Relay configuration. Added in the necessary IP addresses and it is now working.

Share:
23,844
Neil Knight
Author by

Neil Knight

C# developer SQL Server enthusiast

Updated on July 06, 2022

Comments

  • Neil Knight
    Neil Knight almost 2 years

    I have recently configured IIS 7.5 to use the SMTP server. Now, I have my ASP .Net application that was running in IIS 6 fine, moved over to IIS 7.5. The website had email functionality, but this has no stopped working. Has anyone else managed to get IIS 7.5 SMTP working with ASP.Net?

    EDIT: The website is load balanced, would this make a difference?

    • leppie
      leppie about 14 years
      Is the SMTP service installed and started?
    • Neil Knight
      Neil Knight about 14 years
      Yes, I have checked this and it's installed and started.