TKS Random Fake Email Generator is a C# application designed to generate random fake email addresses for testing and development purposes. It helps developers create dummy data to test email functionalities in their applications without using real email addresses.
- Generate random fake email addresses
- Customize email domains
- Batch generate multiple email addresses
- Simple and easy-to-use interface
Before you begin, ensure you have the following installed:
- .NET Framework 4.7.2 or higher
- Visual Studio 2019 or later
-
Clone the repository:
git clone https://github.com/TheKhanSoft/TKSRandomFakeEmailGenerator.git cd TKSRandomFakeEmailGenerator -
Open the project: Open the
TKSRandomFakeEmailGenerator.slnfile in Visual Studio. -
Build the project: Build the project to restore dependencies and compile the code.
-
Run the application: Run the application from Visual Studio.
-
Generate a single email: Click the "Generate" button to create a random fake email address.
-
Generate multiple emails: Specify the number of emails to generate and click the "Generate Batch" button.
-
Customize email domains: Enter custom domains in the "Domain" field to generate emails with specific domains.
We welcome contributions! Please follow these steps to contribute:
-
Fork the repository: Click the "Fork" button at the top right of this page.
-
Clone your forked repository:
git clone https://github.com/<your-username>/TKSRandomFakeEmailGenerator.git cd TKSRandomFakeEmailGenerator
-
Create a new branch:
git checkout -b feature/your-feature-name
-
Make your changes and commit them:
git add . git commit -m "Add your commit message"
-
Push to your forked repository:
git push origin feature/your-feature-name
-
Create a pull request: Go to the original repository and click on the "New Pull Request" button.
This project is licensed under the MIT License. See the LICENSE file for details.