Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- send :: MandrillKey -> MandrillMessage -> Maybe Bool -> Maybe Text -> Maybe UTCTime -> Maybe Manager -> IO (MandrillResponse [MessagesResponse])
- sendTemplate :: MandrillKey -> MandrillTemplate -> [MandrillTemplateContent] -> MandrillMessage -> Maybe Bool -> Maybe Text -> Maybe UTCTime -> Maybe Manager -> IO (MandrillResponse [MessagesResponse])
Documentation
:: MandrillKey | The API key |
-> MandrillMessage | The email message |
-> Maybe Bool | Enable a background sending mode that is optimized for bulk sending |
-> Maybe Text | ip_pool |
-> Maybe UTCTime | send_at |
-> Maybe Manager | |
-> IO (MandrillResponse [MessagesResponse]) |
Send a new transactional message through Mandrill
:: MandrillKey | The API key |
-> MandrillTemplate | The template name |
-> [MandrillTemplateContent] | Template content for 'editable regions' |
-> MandrillMessage | The email message |
-> Maybe Bool | Enable a background sending mode that is optimized for bulk sending |
-> Maybe Text | ip_pool |
-> Maybe UTCTime | send_at |
-> Maybe Manager | |
-> IO (MandrillResponse [MessagesResponse]) |
Send a new transactional message through Mandrill using a template