[Feature request] Custom alias creation rules #371
grzegor
started this conversation in
Feature Requests
Replies: 1 comment
-
Hmm, this is a good idea but could result in lots of storage depending on max size and whether the lists would be stored as a file or in the database. It may be something I'll only add to the self-hosted version. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be great if user could provide their own dictionaries, let's say for example
colors.txt
andfruits.txt
.Then customize alias creation with them, like:
${colors}_${fruits}
- this would result in picking a random word from colors dict (let's say "red") and random word from fruits dict (let's say "banana"), resuling in someting likered_banana@mydomain.tld
alias. It's ok if it worked only on custom (user provided) domain names, because of the potential lack of global naming variablity and even on the pro plan since it seems like a very specific feature and would require hosting user's dictionaries on the server.Also thank you for creating this awesome service!
Beta Was this translation helpful? Give feedback.
All reactions