email

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

Return a random email with a random domain.

chance.email()
=> '[email protected]'

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

chance.email({domain: 'example.com'})
=> '[email protected]'