hteumeuleu / caniemail

Can I email… Support tables for HTML and CSS in emails.
https://www.caniemail.com
MIT License
778 stars 67 forks source link

Add Microsoft's Adaptive Cards #341

Open karol-gro opened 1 year ago

karol-gro commented 1 year ago

It'd be good to include Microsoft Adaptive Cards (https://learn.microsoft.com/en-us/adaptive-cards/getting-started/outlook) to described features

michael-westphal commented 5 months ago

@karol-gro do you know if Microsoft thinks about Adaptive Cards / Actionable Messages becoming an industry standard, or to remain as a feature that is only available inside Outlook?

karol-gro commented 5 months ago

@michael-westphal They released source code on MIT license, they also added rendering in many other products (Teams, MS Bot framework, Windows Timeline) and they released SDK to render the card in you own app on iOS, Android, in JS or in ReactNative. So it looks like they want to make it a standard

Here's their home page: https://adaptivecards.io/ Here's github: https://github.com/microsoft/AdaptiveCards