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