I did this using madExcept. This is really useful for identifying problems that we could not reproduce.
Why am I asking why you have so many? Disabled exceptions should be few and far between. Especially if the user sees an error dialog box. I was responsible for several applications, each of which contains hundreds of installations, and I rarely received email notifications.
If they are mostly from a very small number of computers, I would work with some of these users to find out what they do differently, or how their installation might throw exceptions.
If they are on all sides, this is probably the error received during testing.
In any case, use the details to fix your code, or at least anticipate known exceptions and catch them correctly (there is no empty try..except).
Fixing hot spot issues will reduce the number of emails you receive, making random notification more manageable.
Bruce mcgee
source share