We are running DNN 4.0.3.
I cannot get Email Notification to work.
I believe I have everything set up so that emails can be sent, as I can successfully use the "Send Exceptions" functionality on the Log Viewer page to send an exception from the Log (EventLog table) to my email account.
But if I configure a PAGE_LOAD_EXCEPTION on the Admin->Edit Log Configurations->Email Notifications panel with an Occurrance Threshold of "1 Occurrance in 1 Seconds" and then force multiple PAGE_LOAD_EXCEPTIONS, I never get an email. I made sure that the "Email Notification Enabled" checkbox was checked and have specified valid email addresses in the "Mail From Address" and "Mail To Address".
When I step into the debugger in the WriteLog method (in DBLoggingProvider.vb), I can see that it is hitting the line:
If objLogTypeConfigInfo.NotificationThreshold = 0 Then
But the NotificationThreshold is always what I have it configured to be. I assume that something is supposed to be decrementing it, but it always remains the value I have it configured as.
I would appreciate any insight or suggestions.
Thank you.