Documentation ¶
Index ¶
- Constants
- Variables
- func Init(region string, sender string, accessId string, accessKey string, ...)
- func SendEmailWithTemplate(to string, topic string, templateContent string, template2 string, ...) error
- func SendEmailWithTemplateFile(to string, topic string, fileTemplatePath string, data interface{})
- type Email
Constants ¶
View Source
const (
BaseFile = "base.html"
)
Variables ¶
View Source
var (
Sender string
)
View Source
var TemplateRootPath = "template"
Functions ¶
func SendEmailWithTemplate ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.