# inputRandomEmail

Enters a random email address.

## Examples

```yaml
- inputRandomEmail
```

The email address will be in the format: `FirstName`\_`LastName`\_`Random4Digits`@`Domain`

e.g. `elijah_rodriguez_0nym@hotmail.com`

Where FirstName and LastName are taken from the list available on [inputRandomPersonName](https://docs.moropo.com/creating-tests/commands/inputrandompersonname).

Random4Digits is a mix of lower-case letters and numbers.

Domain is one of: `gmail.com`, `yahoo.com`, `hotmail.com`, `aol.com`, `msn.com`, `outlook.com`

## Related Commands

[inputtext](https://docs.moropo.com/creating-tests/commands/inputtext "mention")

[inputrandompersonname](https://docs.moropo.com/creating-tests/commands/inputrandompersonname "mention")

[inputrandomemail](https://docs.moropo.com/creating-tests/commands/inputrandomemail "mention")

[inputrandomtext](https://docs.moropo.com/creating-tests/commands/inputrandomtext "mention")<br>
