Description
Send password reset action in Admin UI reports success despite Exception
Description
I'm attempting to send a password reset email for a user. It claims to have sent, but the user never gets it. Checking the event logs I found:
Async Email Send exception occurred.
Template Id: 0d6bc034-c3ba-4642-820d-70725ac72d0f
Template Name: [FusionAuth Default] Forgot Password
Tenant Id: 3b9f9a21-952d-4c9d-b15d-c85d37969e4c
Addressed to: Jane Doe [email protected]
Cause:
jakarta.mail.AuthenticationFailedException : Message: 535 5.7.139 Authentication unsuccessful, the user credentials were incorrect. [BL1PR13CA0296.namprd13.prod.outlook.com]
Affects versions
Hosted instance 1.41.3
Steps to reproduce
Steps to reproduce the behavior:
After mangling your SMTP credentials:
- Go to 'Users
- Click on Manage for a user
- Click on dropdown
- Click on Send reset email
- Give it a minute
- Click on system > event logs
- See error
Expected behavior
If someone goes wrong sending, I am notified without having to dig into the system logs. In a mail queueing system, it might be sent in batches out of immediate band. I at least need to be provided with some sort of popup toast / snackbar telling me the problem existed.