Hej
Our clubbhas an Office 365 and I have create an user that I would like to use when members are signing up.
I added security, se the pic
and the I ran the appliction with the following result
What did i wrong?
Hej
Our clubbhas an Office 365 and I have create an user that I would like to use when members are signing up.
I added security, se the pic
and the I ran the appliction with the following result
What did i wrong?
Hi @VictorW60,
It seems that there is an exception thrown while trying to send the email. This usually indicates a problem with the email server configuration. Check if the address is correct. You can also debug the application to see what the full exception is. It is in the catch
block of the ResetPassword method in AccountController.cs.
Ok, thanks I will try that.