# Functions
DownloadUrls function implemented using grab library.
SendMail sends mail message specified by conn within context ctx.
# Variables
NewDialer returns a new gomail dialer instance.
# Structs
Attachment file type Has pair: name and content (base64-encoded) of attachment file.
EmailConn structure represents a connection to a mail server and mail fields.
# Interfaces
Dialer implements DialAndSend function for mailer.