Skip to content

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.

Notifications You must be signed in to change notification settings

TheKhanSoft/TKSRandomFakeEmailGenerator

Repository files navigation

TKS Random Fake Email Generator

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.

Features

  • Generate random fake email addresses
  • Customize email domains
  • Batch generate multiple email addresses
  • Simple and easy-to-use interface

Getting Started

Prerequisites

Before you begin, ensure you have the following installed:

  • .NET Framework 4.7.2 or higher
  • Visual Studio 2019 or later

Installation

  1. Clone the repository:

    git clone https://github.com/TheKhanSoft/TKSRandomFakeEmailGenerator.git
    cd TKSRandomFakeEmailGenerator
  2. Open the project: Open the TKSRandomFakeEmailGenerator.sln file in Visual Studio.

  3. Build the project: Build the project to restore dependencies and compile the code.

  4. Run the application: Run the application from Visual Studio.

Usage

  1. Generate a single email: Click the "Generate" button to create a random fake email address.

  2. Generate multiple emails: Specify the number of emails to generate and click the "Generate Batch" button.

  3. Customize email domains: Enter custom domains in the "Domain" field to generate emails with specific domains.

Contributing

We welcome contributions! Please follow these steps to contribute:

  1. Fork the repository: Click the "Fork" button at the top right of this page.

  2. Clone your forked repository:

    git clone https://github.com/<your-username>/TKSRandomFakeEmailGenerator.git
    cd TKSRandomFakeEmailGenerator
  3. Create a new branch:

    git checkout -b feature/your-feature-name
  4. Make your changes and commit them:

    git add .
    git commit -m "Add your commit message"
  5. Push to your forked repository:

    git push origin feature/your-feature-name
  6. Create a pull request: Go to the original repository and click on the "New Pull Request" button.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages