Commit eea5880

Eric Bower  ·  2025-07-27 09:59:28 -0400 EDT
parent fffe43e
fix(feeds): lint
1 files changed,  +3, -3
+3, -3
......@@ -530,9 +530,9 @@ func (f *Fetcher) SendEmail(logger *slog.Logger, username, email, subject string
530530 fromEmail := "hello@pico.sh"
531531 to := []string{email}
532532 headers := map[string]string{
533- "From": fromEmail,
534- "To": email,
535- "Subject": subject,
533+ "From": fromEmail,
534+ "To": email,
535+ "Subject": subject,
536536 "MIME-Version": "1.0",
537537 "Content-Type": `multipart/alternative; boundary="boundary123"`,
538538 }