Neil Knight
Neil Knight

Reputation: 48537

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

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?

Upvotes: 1

Views: 24081

Answers (2)

Neil Knight
Neil Knight

Reputation: 48537

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.

Upvotes: 1

Barrie Reader
Barrie Reader

Reputation: 10715

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

Hope that helps.

Upvotes: 5

Related Questions