Emails failed to send from prod when we updated credentials (due to aws stupidity) but we didn't know because sentry wasn't sent any of the errors, "SMTPAuthenticationError(535, b'Authentication Credentials Invalid')" We need to fix this so we are notified via sentry when emails fail. When developing this, to test and make emails fail in the same way again just update the secret store's smtp username or password to be something invalid.
Emails failed to send from prod when we updated credentials (due to aws stupidity) but we didn't know because sentry wasn't sent any of the errors, "SMTPAuthenticationError(535, b'Authentication Credentials Invalid')" We need to fix this so we are notified via sentry when emails fail. When developing this, to test and make emails fail in the same way again just update the secret store's smtp username or password to be something invalid.