Hi all,
I've been working on a .Net Windows Service and i was wondering how to implement sending out an email on an error from within the service. I entertained myself with the idea of sending the email from within a catch block, but then i remembered that there could be an error within sending an email as well and an unhandled exception would be thrown. Have you guys ever working on something like this. If so, what path did you take?
Thanks for any help