PowerCampus Notifications
Miscellaneous notes:
- When sending a password reset token using the built-in authentication store, the email address is drawn from the EmailAddress table (likely primary), not from the
PowerCampusIdentity.auth.AppUser
table. - If an email notification fails to send because of an SMTP config error, the notification will not be re-tried if the configuration is later corrected.
- You may need to restart the IIS site before modifications to
appsettings.json
will take effect.
No Comments