Ghost/ghost/core/test/unit/server/data
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
..
db Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
exporter Added new setting to toggle tracking of member sources (#15705) 2022-10-27 17:24:46 +05:30
importer Updated importer test to use new object return format 2022-11-17 14:40:24 +00:00
migrations Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
schema Added table to store email recipient failures 2022-11-29 15:19:36 +05:30