Versions in this module Expand all Collapse all v1 v1.0.1 Jul 22, 2017 Changes in this version + func EmailVerification(token string, c *gin.Context) (int, error) + func InitGomail() *gomail.Dialer + func SendEmailFromAdmin(to string, subject string, body string, bodyHTML string) error + func SendEmailVerification(to string, token string) error + func SendTestEmail() error + func SendVerificationToUser(user *models.User, newEmail string) (int, error) + type Error error