Is it possible to somehow make Exception notifier not send the same
exception many times on the email? If you have a lot of users and they
all hit the same problem, then you get spammed.
Thanx
david
D. Krmpotic wrote:
Is it possible to somehow make Exception notifier not send the same
exception many times on the email? If you have a lot of users and they
all hit the same problem, then you get spammed.
Thanx
david
detto, also wondering about this...
all have seen that might suit this atm are
- not sending emails right off, but sticking into a table and processing
asynchronously (that process could then filter duplicates)
- not sending email at all, using Exception Logger for exception
monitoring.
haven't gotten around to trying either yet