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.esParameters
| Parameter | Description |
|---|---|
| domain | Optional 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
- Category
- Identity
- Parameters
- 1 parameter
- Output Format
- JSON, CSV, SQL
Related Types
Generate Email + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.