mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 14:15:53 +03:00
[GH-ISSUE #197] [Feature Request] Allow multiple default recipients #185
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#185
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fotomut on GitHub (Sep 10, 2021).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/197
Thanks so much for this incredible product. It has truly improved the efficiency and safety of our online interactions.
I would like to be able to set one of my custom domains to always default to two recipients. The use-case is that I have one domain that is mostly for me, one mostly for my spouse, and the third domain we mostly share. It's annoying to have to manually set two recipients for every single email I want on that third domain. Or if someone misspells an email to that domain, it only goes to me and my spouse doesn't see it.
Thoughts on how to accomplish this?
@willbrowningme commented on GitHub (Sep 13, 2021):
Thanks for the feedback! I do agree that is a nice idea, I'll add it to the roadmap.
In the meantime you can achieve this by using the recipient's "key" that can be found on the recipients page in the second column.
If you get the keys of the two recipients you want to receive any emails (e.g. 1 and 4) then you can do the following when creating an email for the first time (using catch-all):
alias+1.4@yourdomain.com
This will automatically attach the recpients with keys 1 and 4 to your alias. For more details see this blog post.