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

If an InactiveEmail has 'can_activate' set to true, the make a way in activate that email and remove the InactiveEmail object #27

Open scanner opened 1 year ago

scanner commented 1 year ago

Some inactive email's can be re-activated. Postmark tells us if this is allowed. I suppose for a first pass just make a link to where this can be done in the postmark UI, and make an effective admin interface for searching and reactivating inactive emails.

I do not expect this to get much use early on.