I have NLog configured to send emails, it is logging correctly to a file but it is not sending the emails on a specific computer, with the exact same configuration it works on other pc's.
I would like to know how can I log the result of the email sending if it failed. I already tried enabling the throwexceptions flag, without results.
Anyone knows if it is possible to log the failed email operation?
Thanks in advance!