Compare commits
No commits in common. "2d9aa5d1cdac25f5a92e03d8afb8f4420a66d4d7" and "983d6eac02eff1267ccca4f1c66087cf5ca70009" have entirely different histories.
2d9aa5d1cd
...
983d6eac02
2
main.go
2
main.go
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user