Module

NodeMailer

#AuthConfig

type AuthConfig = { pass :: String, user :: String }

#TransportConfig

type TransportConfig = { auth :: AuthConfig, host :: String, port :: Int, secure :: Boolean }

#Message

type Message = { attachments :: Array Attachment, bcc :: Array String, cc :: Array String, from :: String, subject :: String, text :: String, to :: Array String }

#Transporter

#MessageInfo

#getTestMessageUrl

Modules