Auth register inexist email domain

System Information
  • Strapi Version: 3.2.5
  • Operating System: Win10
  • Database: Postgres
  • Node Version: 12.16.3
  • NPM Version: 6.14.4
  • Yarn Version: 1.22.4

Email confirmation is turn on.
When user register with email, but enter inexist domain e.g. (myname@domaindontexist.com) it return error e.g.


But user is also created. The new user cannot confirm his new account, because never get the confirm email. But in strapi is register as new user.

I can’t understand what do you want to achieve. What is the problem here?

You used an inexistent email, that’s a clear thing that you will receive an error because it verifies if the domain exists.

Sounds like they want to NOT register a user if there’s an error. Currently, there’s an error and yet Strapi goes ahead and registers the user?

1 Like

Yes thats correct, i cant receive confirm email when email doesnt exist. The problem si, user is created and cannot confirm his account, because he insert incorecct email.

Might be a candidate for a Github issue, if one doesn’t already exist.

You can open a github issue for this. Since I don’t see a easy workaround how to fix this.

Did you end up creating an issue on Github for this? If so, can you please link?