Skip to content

Send password reset action in admin UI reports success despite Exception #2011

Open
@lancegliser

Description

@lancegliser

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:

  1. Go to 'Users
  2. Click on Manage for a user
  3. Click on dropdown
  4. Click on Send reset email
  5. Give it a minute
  6. Click on system > event logs
  7. 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.

Related

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions