Replies: 2 comments 2 replies
-
Did you try to debug this to see why? You probably need to configure your |
Beta Was this translation helpful? Give feedback.
1 reply
-
You will probably find the email in your project App_Data/Mail/ folder. if you want to send it, you will need to change the settings in web.config as below: <smtp deliveryMethod="Network" from="[email protected]">
<network host="yoursmtpserver.com" />
</smtp> |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi everyone
how are you ?
as you see in the below image it is suppose when i click on forget password and enter the email it is suppose that i get an email but i get nothing how can i solve this problem
Beta Was this translation helpful? Give feedback.
All reactions