very rough, templatized html email verification (#50, #51)

This commit is contained in:
Michael Quigley
2022-09-12 15:28:59 -04:00
parent 712bdf734b
commit aa19870d41
3 changed files with 18 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ type ProxyConfig struct {
type EmailConfig struct {
Host string
Port uint16
Port int
Username string
Password string
}