Module
NodeMailer.Attachment
- Package
- purescript-nodemailer
- Repository
- oreshinya/purescript-nodemailer
#Attachment Source
data Attachment
Constructors
FileFromPath { filename :: String, path :: String }
FileFromString { content :: String, filename :: String }
FileFromStream { content :: AttachmentStream, filename :: String }