GoToSocial/internal/email
Julian c2738474d5
[bugfix] add Date and Message-ID headers for email (#3031)
* [bugfix] add Date and Message-ID headers for email

This should make spam filters more happy, as most of them grant some
negative score for not having those headers. Also the Date is convenient
for the user receiving the mail.

* make golangci-lint happy
2024-06-22 23:36:30 +02:00
..
common.go [bugfix] add Date and Message-ID headers for email (#3031) 2024-06-22 23:36:30 +02:00
confirm.go [feature] Self-serve email change for users (#2957) 2024-06-06 14:43:25 +01:00
email_test.go [bugfix] add Date and Message-ID headers for email (#3031) 2024-06-22 23:36:30 +02:00
noopsender.go [bugfix] add Date and Message-ID headers for email (#3031) 2024-06-22 23:36:30 +02:00
report.go [feature] Email notifications for new / closed moderation reports (#1628) 2023-03-19 13:11:46 +01:00
reset.go [feature] Email notifications for new / closed moderation reports (#1628) 2023-03-19 13:11:46 +01:00
sender.go [bugfix] add Date and Message-ID headers for email (#3031) 2024-06-22 23:36:30 +02:00
signup.go [feature] Admin accounts endpoints; approve/reject sign-ups (#2826) 2024-04-13 13:25:10 +02:00
test.go [feature/frontend] Let admins send test email to validate SMTP config (#2934) 2024-05-27 17:03:54 +00:00