Reputation: 755
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!
Upvotes: 1
Views: 1388
Reputation: 5402
I don't know if it's possible to log the failed email operation.
This might help: https://github.com/NLog/NLog/wiki/Internal-Logging
Also here's some things I've done before, just in case it helps:
Upvotes: 2