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

Allow multiple delivery methods #161

Open scanner opened 1 day ago

scanner commented 1 day ago

There must always be at least on delivery method. It will default to local.

If all delivery methods fail, we deliver locally.

Local delivery can only be specified once. You can specify multiple alias-to's You can specify multiple IMAP delivery destinations.

Forwarding is going to be removed.