package templates // Available variables: // // ``` // User *models.User // AppName string // AppUrl string // Token string // ActionUrl string // ``` const UserConfirmEmailChangeBody = ` {{define "content"}}

Hello,

Click on the button below to confirm your new email address.

Confirm new email {{.ActionUrl}}

If you didn’t ask to change your email address, you can ignore this email.

Thanks,
{{.AppName}} team

{{end}} `