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

When sending an email if the destination address is an InactiveEmail do not send, and send a bounce back to sender #26

Closed scanner closed 1 year ago

scanner commented 1 year ago

If an email address that is being sent to by the Server model is "inactive" then postmark will not send emails to that address. We need to post a message to the sender that the email is inactive (and not send it in the first place.