I've taken a look at the documentation for adaptive cards and actionable messages. I want to send an adaptive card via email and view it in outlook.
https://docs.microsoft.com/en-us/outlook/actionable-messages/actionable-messages-via-email
I am able to use the card playground (https://messagecardplayground.azurewebsites.net/) to send an email to myself with an adaptive card (using the button in the top right), and it renders correctly.
Everything I read about these adaptive cards makes it sound like you can just send the html markup via email (see first link). However, when I try sending the example html from that page (either with all the html tags, or just with the script tag), an adaptive card is not created, and the adaptive card debugger add-in doesn't notice anything either.
How can I send an adaptive card via email myself?