Summary
Generates a random email address.
Syntax
public static string Email(string name)
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | The name to generate the username from. |
Return Value
| Type | Description |
|---|---|
| string | The random email address, with the generated username. |