I'm familiar with the limits and uses of the mailto link. It's pretty handy, but of course, my client would like to manipulate the body more than plain text will accommodate.
I've seen questions like this one: Send HTML code to Body of email application
But I want to expand on it. I can restrict my users to iPad and Outlook 2016+. So I wanted to know if there is a way to directly interact with apple mail and Outlook from a web app to generate a "pretty" email. I can detect if user is on iPad or not and run disparate code if needed for the two platforms.
I can even entertain throwing a server in the middle, but it's important that email ultimately opens on the client for additional personalization.
Thanks, Wayne