fleet/server/mail
Scott Gress 393abd1461
Ignore EOF errors when sending QUIT to mail server (#27994)
For #28000 

We started seeing errors in one of our mail tests do to an EOF being
received from the mail client when sending the QUIT command. This should
be non-fatal (the mail should already have been sent) and it can happen
especially in localhost scenarios where things move very fast, and the
mail server closes the connection before we have a chance to send QUIT.
It's not clear why it started failing consistently when it did; I tried
[reverting the commit after the last known good
run](https://github.com/fleetdm/fleet/pull/27989) and it had no effect.
2025-04-08 15:43:21 -05:00
..
templates UI – Updates to confirm invite flow (#25583) 2025-01-24 10:55:39 -08:00
invite.go Dynamically set copyright year in email templates (#16092) 2024-01-15 15:28:49 -06:00
mail.go Ignore EOF errors when sending QUIT to mail server (#27994) 2025-04-08 15:43:21 -05:00
mail_test.go Utilize custom SMTP domain if set (#25669) 2025-01-28 11:10:52 -05:00
mfa.go Include expiration info, drop "personalized", in MFA email (#24630) 2024-12-10 18:58:40 -06:00
ses.go Allow opting in users to email verification on login (#24273) 2024-12-05 08:37:10 -06:00
ses_test.go Do not return empty SSO and SMTP settings for non-global-admins (#12180) 2023-06-07 16:06:36 -03:00
users.go Enable staticcheck Go linter. (#23487) 2024-11-05 11:16:24 -06:00