I am creating an app where sign up is necessary. To test this, I am using my own email. However, I cannot use my own email more than once because I get the built in alert that the email is already in use. For testing purposes, how can I disable this alert.
User burner-emails for testing https://temp-mail.org/en/
Edit: nvm do what @dbevan said
You don’t want to try and disable anything. Instead, use the following method for testing with the same email.
Example:
Original email = dbevandesigns@gmail.com
Testing email #1 = dbevandesigns+1@gmail.com
Testing email #2 = dbevandesigns+2@gmail.com
Etc…
Your app will view the above example as 3 separate users. However, any emails that the app sends to one of your testing emails (dbevandesigns+1@gmail.com for example) will be sent to your Original email (dbevandesigns@gmail.com).
Hope this makes sense.
Thanks for sharing this tool. Never seen it before. Definitely seems useful!
Thank you.
This topic was automatically closed after 70 days. New replies are no longer allowed.