Author |
|
DominicGrimes Newbie

Joined: 26 March 2025 Location: United States
Online Status: Offline Posts: 1
|
Posted: 26 March 2025 at 4:38pm | IP Logged
|
|
|
I'm currently working on a ASP.NET Core web app which includes password reset via email. I'd like to be able to test this feature before moving to production (obviously). How do I achieve this? I was thinking of using the IIS builtin SMTP server, but it seems they got rid of that.
|
Back to Top |
|
|
Igor AfterLogic Support

Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6133
|
Posted: 27 March 2025 at 12:23am | IP Logged
|
|
|
I would recommend using hMailServer, it's a free opensource mail server you can install on your development machine. WebMail Pro ASP.NET actually offers a password change plugin for this specific server - which is something you'll probably need for the purpose of resetting user's password.
--
Regards,
Igor, Afterlogic
|
Back to Top |
|
|