Documentation
¶
Index ¶
- Constants
- func InitMailRender(dir, appendDir string, funcMap []template.FuncMap)
- func LoginAuth(username, password string) smtp.Auth
- func NewContext()
- func Send(msg *Message)
- func SendActivateAccountMail(c *macaron.Context, u User)
- func SendActivateEmailMail(c *macaron.Context, u User, email string)
- func SendCollaboratorMail(u, doer User, repo Repository)
- func SendIssueCommentMail(issue Issue, repo Repository, doer User, tos []string)
- func SendIssueMentionMail(issue Issue, repo Repository, doer User, tos []string)
- func SendRegisterNotifyMail(c *macaron.Context, u User)
- func SendResetPasswordMail(c *macaron.Context, u User)
- func SendTestMail(email string) error