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
You need the ErrorMail httpModule.
add this line inside the section
If you're using a remote SMTP server (which it looks like you are) you don't need SMTP on the server.