-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Send mime-mail messages via Amazon SES
--   
--   Hackage documentation generation is not reliable. For up to date
--   documentation, please see:
--   <a>http://www.stackage.org/package/mime-mail-ses</a>.
@package mime-mail-ses
@version 0.3.2.1

module Network.Mail.Mime.SES
sendMailSES :: MonadIO m => Manager -> SES -> ByteString -> m ()
renderSendMailSES :: MonadIO m => Manager -> SES -> Mail -> m ()
data SES
SES :: ByteString -> [ByteString] -> ByteString -> ByteString -> Text -> SES
sesFrom :: SES -> ByteString
sesTo :: SES -> [ByteString]
sesAccessKey :: SES -> ByteString
sesSecretKey :: SES -> ByteString
sesRegion :: SES -> Text
usEast1 :: Text
usWest2 :: Text
euWest1 :: Text

-- | Exposed since: 0.3.2
data SESException
SESException :: !Status -> !Text -> !Text -> !Text -> SESException
seStatus :: SESException -> !Status
seCode :: SESException -> !Text
seMessage :: SESException -> !Text
seRequestId :: SESException -> !Text
instance Typeable SESException
instance Show SES
instance Show SESException
instance Exception SESException
