jhickner / smtp-mail

Making it easy to send SMTP email from Haskell
BSD 3-Clause "New" or "Revised" License
75 stars 32 forks source link

SMTP responses codes? #15

Closed MHova closed 9 years ago

MHova commented 9 years ago

Are there any plans to add support for reporting the SMTP response code from a sendMail operation?

MHova commented 9 years ago

Just kidding, upon closer inspection of the source code, I see that you do throw exceptions for non-250 SMTP response codes. Thanks!