smtps-gmail-1.0.0: Gmail API

Safe HaskellNone
LanguageHaskell2010

Network.SMTPS.Gmail

Synopsis

Documentation

sendGmail Source

Arguments

:: Handle

log

-> String

username

-> String

password

-> [String]

to

-> [String]

cc

-> [String]

bcc

-> String

subject

-> String

body

-> IO () 

Send an email from your Gmail account using the simple message transfer protocol with transport layer security.