Ghost/ghost/core/test/unit
Rishabh 64ac47f4ef Added table to store email recipient failures
refs https://github.com/TryGhost/Team/issues/2291

When sending out mails to individual recipients, its possible that recipient gets a temporary or permanent failure for receiving the mail. Temporary failures can generally get resolved after a bit when the recipient’s mail server accepts the email, unlike permanent failures. For both customer visibility and easier debugging on what went wrong while delivering to a particular recipient, we’ll store the permanent/temporary failure for a recipient.

- migration adds a new table that stores the failure information for the recipients
2022-11-29 15:19:36 +05:30
..
api/canary Added property cleaning to tag relations on pages + posts 2022-09-07 22:28:56 +01:00
frontend Cleaned up old member activity code usage 2022-11-14 10:44:10 +05:30
server Added table to store email recipient failures 2022-11-29 15:19:36 +05:30
shared Improved Sentry server side error reporting 2022-11-23 12:37:24 +00:00