impl recv.go

This commit is contained in:
Bel LaPointe
2022-04-20 17:56:13 -06:00
parent f3105c9675
commit 096424ff3b
3 changed files with 30 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ func main() {
if err := as.Parse(); err != nil {
panic(err)
}
emailer := &contact.Emailer{
emailer = &contact.Emailer{
From: as.Get("from").GetString(),
SMTP: as.Get("smtp").GetString(),
POP3: as.Get("pop3").GetString(),