@@ -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(),
The note is not visible to the blocked user.