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 | |
| 530 | 530 | fromEmail := "hello@pico.sh" | |
| 531 | 531 | to := []string{email} | |
| 532 | 532 | headers := map[string]string{ | |
| 533 | - | "From": fromEmail, | |
| 534 | - | "To": email, | |
| 535 | - | "Subject": subject, | |
| 533 | + | "From": fromEmail, | |
| 534 | + | "To": email, | |
| 535 | + | "Subject": subject, | |
| 536 | 536 | "MIME-Version": "1.0", | |
| 537 | 537 | "Content-Type": `multipart/alternative; boundary="boundary123"`, | |
| 538 | 538 | } |