Is anyone using Elmah to send exceptions via email? I\'ve got Elmah logging set up via SQL Server, and can view the errors page via the Elmah.axd page, but I am unable to ge
I have used Elmah myself in this configuration and I had to setup the server with SMTP locally. It is a straight-forward install on you local IIS server. This should do the trick.
Good point above, you need the errorMail module BUT if you are not using a remote SMTP server you need SMTP locally, just to clarify.