How to add a button so when pushed, it will open the email client of the user (showing inbox)

Hi, I am trying to add a button to a sign-in workflow where when the user hits the button, it will open the default email client and show the inbox.

I am familiar with mailto links, but those do not achieve this goal as those are for pre-composing an email and filling the To, subject line, and/or body of an email.

But my intention is to simply open the email client to the inbox so the customer is already there and the password reset email will soon arrive.

Thanks in advance.

image-20230515-170632

It’s not possible for security reasons.

mailto: is about as much as you can do for what you’re looking to do with external application launching through JS.