Module
NodeMailer
- Package
- purescript-nodemailer
- Repository
- oreshinya/purescript-nodemailer
#AuthConfig Source
type AuthConfig = { pass :: String, user :: String }
#TransportConfig Source
type TransportConfig = { auth :: AuthConfig, host :: String, port :: Int, secure :: Boolean }
#Transporter Source
data Transporter
#MessageInfo Source
data MessageInfo
#sendMail_ Source
sendMail_ :: Message -> Transporter -> Aff MessageInfo