mirror of
https://github.com/HaschekSolutions/opentrashmail.git
synced 2026-04-25 06:35:55 +03:00
[GH-ISSUE #102] [FEATURE] Make adjective/noun word lists in generateRandomEmail() configurable #75
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentrashmail#75
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 @Aejs on GitHub (Jul 4, 2025).
Original GitHub issue: https://github.com/HaschekSolutions/opentrashmail/issues/102
Summary:
Allow the adjective and noun word lists used in
generateRandomEmail()to be loaded from external sources (e.g. text files or configuration), instead of being hardcoded incore.php.Current Behavior:
The function
generateRandomEmail()inweb/inc/core.phpuses hardcoded arrays of English adjectives and nouns to generate email names (e.g.fastcat42@domain.com).This makes it difficult to:
Proposed Behavior:
Introduce a way to override the default word lists, for example:
.txtfiles:adjectives.txtandnouns.txtin a configurable directory (e.g.web/inc/).config.ini(comma-separated lists).Benefits:
Example use cases:
schlau,groß,bär,ente.cyber,quantum,robot,script.@geek-at commented on GitHub (Jul 8, 2025):
Hello! Good idea, maybe with a custom JSON or word list.
But to be clear: The "Generate" button does nothing except for load the page on that name. Does not prepare anything in a folder structure or databse.
You can use any email address without even using the GUI once. The server receives emails for all email addresses with the domains you have configured and you don't have to "pre-create" them
@Aejs commented on GitHub (Jul 24, 2025):
Yeah that would be great. Yeah i know that u can use any name but it would be far more convenience to make a custom wordlist