Peter van der Woude
Peter van der Woude
Thanks for this, not sure why I didn't pull this in yet, I remember thinking there was a risk the format was wrong or something - but can't see any...
Thanks yes that's fair enough. I think the expected usage, so far, is that by using HTML, the receiver will process the email automatically and show the resulting HTML on...
Hey @err0rsys, I was just looking at your PR, I guess this means you worked out an answer to this question? ;-)
Thanks, so you mean does it work for you... but you're not sure if there are other texts (that you don't use or care about), that could be left untranslated?
One way this seems to happen is when the Error message supplied is long enough it pushes the buttons down - but it might only happen on High DPI monitors...
Thank you, yes, the report templates were built without any localization in mind and needs to cater for it
Thanks, yes there's already an override of Show() with a string for **CustomMessage**, but this **custom data** proposal of yours will be different for each exception, so yes we'd have...
Yes, we could make the custom data a string (that might confused the Show() method overrides... or an Object (that we call ToString() on it) or we could make our...
... or a Function delegate as you mentioned...
Actually, I'm also in the middle of a large refactor in the design of the classes that "Send" MailSender/SmtpSender/WebServiceSender/MapiSender https://github.com/PandaWood/ExceptionReporter.NET/compare/isender So I might have to hold off on some of...