MockHero

email

Identity

Generate realistic email addresses derived from generated names. No more 'test@test.com' — get emails like maximilian.bergmann@outlook.de that look real and pass validation.

Example Outputs

maximilian.bergmann@outlook.dey.tanaka@gmail.compriya.sharma@company.inm.garcia42@yahoo.es

Parameters

ParameterDescription
domainOptional fixed domain (e.g. 'company.de')

API Usage

Send a POST request to generate email data:

curl -X POST https://mockhero.dev/api/v1/generate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "tables": [
    {
      "name": "example",
      "count": 5,
      "fields": [
        {
          "name": "email",
          "type": "email",
          "params": {
            "domain": "company.com"
          }
        }
      ]
    }
  ]
}'

Common Use Cases

  • Auth system testing
  • Email validation testing
  • Contact form seeding
  • Newsletter signup testing

Quick Info

Field Type
email
Category
Identity
Parameters
1 parameter
Output Format
JSON, CSV, SQL

Try it now

Generate email data instantly in the playground.

Generate Email + 155 more types via API

One API call. Multiple tables. Relational integrity. Free tier included.

Get Started Free