scanner / as_email_service

A Django app and smtp relay service for working with 3rd party email services and asimap
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Record destination email as InactiveEmail when bounce & spam hooks inform us #25

Closed scanner closed 1 year ago

scanner commented 1 year ago

The bounce and spam webhooks can tell us if a destination email address is "Inactive" which means that postmark will no longer send emails to that address. When this happens we need to create an InactiveEmail object for that.