Reset password and Register/create account requires a mailer to send out activation and reset password links.
"Smtp": {
"Host": "host name",
"Username": "mail-donotreply@example.com",
"Password": "password",
"Ssl": true,
"Port": 587,
"From": "mail-donotreply@example.com"
}
Hi @ThymonA,
Reset password and Register/create account requires a mailer to send out activation and reset password links.
Example configuration
Check out this library https://github.com/jstedfast/MailKit