Skip to content

Domain and Email Random #338

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
terrorbyte opened this issue Mar 27, 2025 · 1 comment · May be fixed by #353
Open

Domain and Email Random #338

terrorbyte opened this issue Mar 27, 2025 · 1 comment · May be fixed by #353
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers proposal

Comments

@terrorbyte
Copy link
Collaborator

Just because I'm tired of making fake email string concat.

@terrorbyte terrorbyte added enhancement New feature or request good first issue Good for newcomers proposal labels Mar 27, 2025
@terrorbyte terrorbyte self-assigned this Mar 27, 2025
@terrorbyte
Copy link
Collaborator Author

I propose:

random.Domain() - A list of common TLDs will be generated with a valid email
random.DomainAll() - Use the full list from IANA vs just common, look some people still insist on regex email validation
random.Email() - Create a valid email address with a common domain
random.EmailAllDomains() - Create a valid email with a full list of TLDs


We may want to make these RandomDomain with the Random prefix to fit the rest the API, but should eventually move to remove the Random prefix in #333

@terrorbyte terrorbyte linked a pull request Apr 8, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers proposal
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant