| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.API.Mandrill.Senders
Documentation
data VerifyDomainRq Source #
Constructors
| VerifyDomainRq | |
Fields
| |
Instances
data VerifyDomainResponse Source #
Constructors
| VerifyDomainResponse | |
Fields | |
Arguments
| :: MandrillKey | The API key |
| -> EmailAddress | Email address to use for verification |
| -> Maybe Manager | |
| -> IO (MandrillResponse VerifyDomainResponse) |