Compare commits

...

No commits in common. "983d6eac02eff1267ccca4f1c66087cf5ca70009" and "2d9aa5d1cdac25f5a92e03d8afb8f4420a66d4d7" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ func fetch() {
smtp.PlainAuth("", conf.Username, conf.Password, conf.MailHost))
email.To("gmp@wow.st")
email.From("covid@wow.st")
msg := "Covid dashboard update for " + time.Now().Format("Monday, January 2 2006"))
msg := "Covid dashboard update for " + time.Now().Format("Monday, January 2 2006")
email.Subject(msg)
email.Plain().Set(msg)
email.Attach("dashboard.pdf", f)