EmailAddressGenerator generator¶
Warning
The current page still doesn't have a translation for this language.
But you can help translating it: Contributing.
Generate dataset-aware email addresses, optionally based on a person's name.
Why: Use EmailAddressGenerator when email values should correlate with a person's supplied name and regional domain data; use DataFakerGenerator for an unrelated standalone email.
Category: person.
Output: str.
1 | |
Parameters¶
dataset:str | null; DefaultNone— Country dataset used for names and domain weighting.given_name:str | null; DefaultNone— Optional given name embedded into the local part.family_name:str | null; DefaultNone— Optional family name embedded into the local part.