The support mailbox became unusable :
In our mvc application, we catch exceptions thrown at several places (OnException implemented, try/catch in InvokeActionMethod, etc.) and we send a mail for each place (with a log4net appender). This results in an abundance of error mails in the common exchange mailbox which become unusable efficiently (we took a week and 1000+ mails to see that an additional site wouldn't communicate anymore with our main application) : Too much information kills the information.
However, each mail coming from another place, we sometimes get different and relevant informations from differents contexts.
My questions are : did you experience the same issue ? how did you solved it without loosing crucial informations / without missing an important crash ?
Here are some of my thoughts : - Having a way to see that an exception already initiated an email, but this might results in the missing of some additionnal relevant information - Creating an Outlook plugin to try to group mulitples emails coming from a unique exception, but that would negate the benefits of common exchange mailbox - Finding a better tool than Outlook to organize error emails