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

data SES Source #

Constructors

SES 

Fields

Instances

Instances details
Show SES Source # 
Instance details

Defined in Network.Mail.Mime.SES

Methods

showsPrec :: Int -> SES -> ShowS

show :: SES -> String

showList :: [SES] -> ShowS

usEast1 :: Text Source #

usWest2 :: Text Source #

euWest1 :: Text Source #

data SESException Source #

Exposed since: 0.3.2

Constructors

SESException 

Fields

Instances

Instances details
Show SESException Source # 
Instance details

Defined in Network.Mail.Mime.SES

Methods

showsPrec :: Int -> SESException -> ShowS

show :: SESException -> String

showList :: [SESException] -> ShowS

Exception SESException Source # 
Instance details

Defined in Network.Mail.Mime.SES

Methods

toException :: SESException -> SomeException

fromException :: SomeException -> Maybe SESException

displayException :: SESException -> String