Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IMailService ¶
type IMailService interface {
SendSTMP(templateName string, subject string, to []string, data map[string]string) error
}
func NewMailService ¶
func NewMailService() IMailService
Click to show internal directories.
Click to hide internal directories.