Skip to Content
๐ŸŽฒ Welcome to RandBox - Powerful JavaScript Random Data Generation Library! Learn More

email

// usage randBox.email() randBox.email({domain: "example.com"})

Return a random email with a random domain.

randBox.email() => 'kawip@piklojzob.gov'

Optionally specify a domain and the email will be random but the domain will not.

randBox.email({domain: 'example.com'}) => 'giigjom@example.com'
Last updated on: