You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to track email bounces so we don't continue sending emails to addresses which do not exist.
The AWS Simple Email Service (SES) can send notifications, maybe to some API endpoint at maevsi (Nuxt server) which can then add bounce information to the database. Relevant email sending functionality could then e.g. block sending emails to addresses that led to a bounce. There could be a cooldown or – if too complex – a support ticket necessary for users who wish to unblock an address.
This ticket is about creating a database table to track such bounces.
Here is exemplary JSON that AWS SES sent through AWS SNS:
We need to track email bounces so we don't continue sending emails to addresses which do not exist.
The AWS Simple Email Service (SES) can send notifications, maybe to some API endpoint at maevsi (Nuxt server) which can then add bounce information to the database. Relevant email sending functionality could then e.g. block sending emails to addresses that led to a bounce. There could be a cooldown or – if too complex – a support ticket necessary for users who wish to unblock an address.
This ticket is about creating a database table to track such bounces.
Here is exemplary JSON that AWS SES sent through AWS SNS:
The text was updated successfully, but these errors were encountered: