Documentation ¶ Index ¶ func RawSendMail(smtpHost string, smtpPort string, user string, password string, from string, ...) error func SendSimpleMail(smtpHost string, smtpPort string, user string, password string, from string, ...) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func RawSendMail ¶ func RawSendMail( smtpHost string, smtpPort string, user string, password string, from string, to string, rawMessage []byte, ) error func SendSimpleMail ¶ func SendSimpleMail( smtpHost string, smtpPort string, user string, password string, from string, to string, subject string, message string, ) error Types ¶ This section is empty. Source Files ¶ View all Source files mail_utils.go Click to show internal directories. Click to hide internal directories.