How can I configure Windows Server 2008/IIS 7 to send email via an asp.net web application?
Posted
by
Steve French
on Server Fault
See other posts from Server Fault
or by Steve French
Published on 2011-02-05T03:06:54Z
Indexed on
2012/09/14
21:40 UTC
Read the original article
Hit count: 211
I recently moved a long-functioning web app from a Windows 2003 server to a windows 2008 server. Everything works fine, save for the email service (send password and the like). The code works on my local machine and the original web server. The system throws no errors, but the message stays endlessly in the Queue. I have granted full access to all relevant users (Network Service, IISUsers, etc). Is there something I'm missing, or does IIS7 just not send email via web applications?
© Server Fault or respective owner