mime-mail-ses-0.4.1: Send mime-mail messages via Amazon SES

Safe HaskellNone
LanguageHaskell98

Network.Mail.Mime.SES

Synopsis

Documentation

sendMailSES Source #

Arguments

:: MonadIO m 
=> Manager 
-> SES 
-> ByteString

Raw message data. You must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, and MIME encoding.

-> m () 

sendMailSESGlobal Source #

Arguments

:: MonadIO m 
=> SES 
-> ByteString

Raw message data. You must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, and MIME encoding.

-> m () 

Same as sendMailSES but uses the global Manager.

Since: 0.4.1

renderSendMailSESGlobal :: MonadIO m => SES -> Mail -> m () Source #

Same as renderSendMailSES but uses the global Manager.

Since: 0.4.1