-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate from Sendgrid to SES #1
Comments
Although the backscatter hasn't caused us problems, implementing SES means we should also tackle it by avoiding Alaveteli softbounces, our sources appear to be:
|
The issue with e-mails to Ministers may be related, in case it is, this is now high priority. |
- Tag outgoing e-mails to agencies with a SES-CONFIGURATION-SET - Change to bounce handling to avoid software bounces. Resolves fyiorgnz/alaveteli#1
- Tag outgoing e-mails to agencies with a SES-CONFIGURATION-SET - Change to bounce handling to avoid software bounces. Resolves fyiorgnz/alaveteli#1
Backscatter problem has been temporarily solved by updating all requests from |
Inability to tag certain e-mails with SES ConfigurationSets: is this truly a blocker for SES migration? A single configuration and no tagging is already the situation with Sendgrid. Certainly good to have for SNS but we'd be no worse off than we were before without it. Logging, on the other hand, is an absolute requirement. We need to keep evidence (even if found by manual search) whether a given outgoing email was delivered. Postfix config accepting invalid hashes: also not a blocker I think since backscatter is gone (in the short term). I've opened #9 for this as an independent enhancement. |
Sendgrid is becoming problematic due to reputation issues (Spamhaus) and resulting delivery reliability.
Plan: Migrate from Sendgrid to SES
Blocking issues:
bounce
settingThe text was updated successfully, but these errors were encountered: