MSD-LIVE / issues

0 stars 0 forks source link

hook/fix rdm worker so sentry gets errors #236

Open zguillen opened 3 hours ago

zguillen commented 3 hours ago

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.