Hi Scott,
An interesting question. If you're using
mailto, then it depends on your what your user's email client is. You can't override that.
I found this post that uses a hyperlink instead of mailto:
https://stackoverflow.com/questions/6548570/url-to-compose-a-message-in-gmail-with-full-gmail-interface-and-specified-to-bSeems to work pretty well for me (see image below) -
https://lrs.smartbuilder.com/l/i030kyon8kd2Note that if you're trying to populate the body or the subject with special characters (like a "?") or pull in dynamic text, you'll have to start encoding the characters to make them websafe. For example, ? would be
%3F.
- Nav