andrewdavey / postal

Email sending for asp.net mvc using the view engine system to render emails.
http://aboutcode.net/postal
MIT License
536 stars 168 forks source link

Error handling #93

Open denisz1 opened 10 years ago

denisz1 commented 10 years ago

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...