-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Outlook classic: Buttons are not actually clickable #272
Comments
eyeballing the output HTML it seems like the |
I think this is the problem:
The Microsoft fallback doesn't render an |
That said even adding in an |
Hi @osdiab, I’ve added a reply to your PR and wanted to highlight it here for better visibility, ensuring everyone is aware that we are actively working towards a resolution. |
@jsxp-email/cli
Version?: whatever came with itExpected Behavior
Buttons are links that are clickable on all email clients. Gmail seems fine.
Here is the minimal email I used, inline:
and send that straight to Sendgrid's SDK to shoot off the email.
Actual Behavior
On Outlook (classic), the link isn't actually a button and on click just kind of highlights the button, nor does it show the "hand" cursor on hover
Viewing the source,
we see that there is an
<a>
element, but it doesn't seem to be clickable at all. here's the resulting HTML (taken from the aboveView Source
menu option):Additional Information
Maybe relevant but I'm using React 19 in the server, despite
jsx-email
not officially supporting it.The text was updated successfully, but these errors were encountered: