I like this library, as it hides a lot of the underlying complexity.
But, when I use "System.Net.Mail", I always trap exceptions, etc., and there are all sorts of them, depending on what goes wrong in an SMTP connection.
Postal doesn't have any error handling I can hook into. Where do I look? The "Send()" and async methods don't seem to have a way for me to hook handlers, etc...
I like this library, as it hides a lot of the underlying complexity.
But, when I use "System.Net.Mail", I always trap exceptions, etc., and there are all sorts of them, depending on what goes wrong in an SMTP connection.
Postal doesn't have any error handling I can hook into. Where do I look? The "Send()" and async methods don't seem to have a way for me to hook handlers, etc...