mandrill icon indicating copy to clipboard operation
mandrill copied to clipboard

Pure Haskell client for the Mandrill JSON API

Results 3 mandrill issues
Sort by recently updated
recently updated
newest added

Just a tiny tweak to fix the types of the "domain" parameters. I'm only using `return_path_domain` and have tested this but it looked to me like `signing_domain` needed changing too.

given that we're already passing back an Either, it was a bit surprising to me that if you get a ResponseTimeout from http-client trying to call mandrillapp.com, it doesn't get...