Package amzses sends emails using Amazon's Simple Email Service.
func SendMail(from, to, subject, body string) (string, error)
func SendMailHTML(from, to, subject, bodyText, bodyHTML string) (string, error)
Package amzses sends emails using Amazon's Simple Email Service.
func SendMail(from, to, subject, body string) (string, error)
func SendMailHTML(from, to, subject, bodyText, bodyHTML string) (string, error)