I am looking for a way to limit SmtpAppender to limit number of emails sent in case of same error is occurred multiple times in a defined time span.
I don't know if it is even possible, any help will be appreciated
I am looking for a way to limit SmtpAppender to limit number of emails sent in case of same error is occurred multiple times in a defined time span.
I don't know if it is even possible, any help will be appreciated
You could always extend SmtpAppender
to implement the functionality you need.
I have not tried this extended SMTP appender, but it seems to be be what you need.