I have a windows desktop application running on clients machines using .NET 4.0. When an error occur, The application catches it and needs to send it to the support team b email.
The question is how to send an email with the full stack trace (including stacktrace for inner exception if there is one) using email?
I tried using the "Mailto:" but It wouldnt work when the body exceeds a certain length.
What options do I have?