Reputation: 4874
In my development environment I need to create large amount of users. But there are limited emails owned by me.
If I enter invalid emails I can't confirm the email / or check confirmation email feature.
Is there any way to enter multiple emails that refer a single email
Upvotes: 0
Views: 73
Reputation: 4874
Append plus(+) sign before at sign(@) in an email. Email clients ignore plus sign.
[email protected], [email protected] send to [email protected]
Helpful during development, signup your account with multiple different emails using plus (+) sign and you will get email in your single account.
cheers
Upvotes: 1