Documentation ¶ Index ¶ Variables func CreateMemberList(mg mailgun.Mailgun, tr *bool, addr string, members []interface{}) error func NewMG() mailgun.Mailgun func SendEmail(to, subj, body string) error Constants ¶ This section is empty. Variables ¶ View Source var ( Key = flag.String("mg", "", "the mailgun api key") PubKey = flag.String("mgPub", "", "the mailgun api pubkey") Domain = flag.String("mgDomain", "ubccsss.org", "the email domain") ) Functions ¶ func CreateMemberList ¶ func CreateMemberList(mg mailgun.Mailgun, tr *bool, addr string, members []interface{}) error func NewMG ¶ func NewMG() mailgun.Mailgun func SendEmail ¶ func SendEmail(to, subj, body string) error Types ¶ This section is empty. Source Files ¶ View all Source files email.go memberlist.go Click to show internal directories. Click to hide internal directories.