User-flow built for you.
type ConfirmMail struct { Enabled bool `yaml:"enabled"` EmailRedirectUrl string `yaml:"emailRedirectUrl"` Subject string `yaml:"subject"` TemplateFile string `yaml:"templateFile"` }
Software Engineer