I am looking for alternative for hoptoad in Java. I have tried to use the Java and Hoptoad but it doen not work many times. for example now it is not working in our Prod environment but it works everywhere else.
My requirement is to have one notifier that could be integrated with my log 4j file and that could send me error exception or error via mail to me.
Thanks a lot for your help
ok, dont know if I get it right ! but you want that your app send you emails when some error happened right?! you can use the SMTPAppender from log4j.
here are some tutorials:
http://www.hiteshagrawal.com/java/sending-email-using-apache-log4j What is the proper way to configure SMTPAppender in log4j?