in smtp/main.go [37:41]
func main() { if err := notifiers.Main(new(smtpNotifier)); err != nil { log.Fatalf("fatal error: %v", err) } }