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 a user is adding an `alias for` a different email account, if that email account is **not** owned by the user, require some sort of opt-in by that email account #11

Open scanner opened 1 year ago

scanner commented 1 year ago

The initial version lets any email account add any other email account as the alias for emails sent to that email account.

Frequently I need to have things like "web" "root" "abuse", etc be aliased to other email accounts not necessarily owned by the same person. It would be nice if this required a confirmation so that a user could not sit there and basically make their an account an alias for anyone else and thus have a way to spam them with email they do not want to get.

Not too worried about this in the initial release because this service is mainly for friends and family, but if anyone else wants to use this a feature like this is a must.