mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-24 21:55:52 +03:00
[GH-ISSUE #782] [Feature Request] Temporary / Burner Email Aliases #1103
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#1103
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 @nicolas-g on GitHub (Oct 22, 2025).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/782
Description:
It would be great to have the ability to create temporary or burner email aliases that automatically expire after a set condition is met. This would simplify the process of using short-lived email addresses without having to manually delete or clean them up later.
Proposed Functionality
Benefits
Example Use Cases
Additional Suggestions
@PACHAKUTlQ commented on GitHub (Nov 5, 2025):
nice, but how to prevent abuse? this surely makes abuse (creating lots of temp mail addresses to register online services) a lot easier, so this feature is at the cost of reputation of shared domain (if public one)/your own domain (if self hosted, but obviously you can do whatever you want if you self host)
@nicolas-g commented on GitHub (Nov 5, 2025):
Currently, there’s nothing preventing potential abuse of the service with the existing features. However, you could implement limits on the number of temporary emails a user can create per day or month, with different tiers based on their subscription plan. Additionally, you could restrict temporary email addresses only to a specific shared domain, similar to how most temporary email services operate.
@hampoelz commented on GitHub (Mar 3, 2026):
I'd love to see this feature! I often create aliases for reservations - in these cases, I usually only receive a confirmation mail and never need the alias again. It would be really handy to be able to create a temporary alias that automatically deletes itself after 24 hours.