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
Ashley to help with how we do the test, can reach out to IAS if needed
Need to figure out an appropriate email package to use to test, maybe email alias addition
The text was updated successfully, but these errors were encountered:
Once we've got the appropriate info we may need to do something like this python example to generate credentials that will allow us to access the main account.
/uc3/dev/SesEndpoint the endpoint for the SES instance in the main account
/uc3/dev/SesBouncedEmailBucket the S3 bucket where any bounce notifications get sent
/uc3/dmp/tool/dev/DoNotReplyEmail the address we will use as the "sender"
/uc3/dmp/tool/dev/HelpdeskEmail the helpdesk email that appears in the UI as well as in email signatures
We will want to build a script that processes permanent bounces (e.g. address does not exist or someone flagging us as spam) and handle them appropriately:
address doesn't exist, should notify the user who added it (unless it was used during signup) and remove it
address doesn't exist (created during a sign up), deactivate the account and add the email to a blacklist
flagged as spam, set all of the user's notification preferences to false so we stop emailing them. Display a message in the UI letting them know this has happened.
Ashley to help with how we do the test, can reach out to IAS if needed
Need to figure out an appropriate email package to use to test, maybe email alias addition
The text was updated successfully, but these errors were encountered: