- Open appsettings.json and replace
SmarterMailBaseUrl
with your server's URL. - Open AuthenticationController.cs and replace the username and password with your own. This will be used to authenticate against your SmarterMail server.
- Run the application with IIS Express, and you should get JSON output with the authentication result, like
accessToken
etc.