I'm editing an email service task in html.
mailto works using <a href="mailto:someone@email.com">Email someone.</a>
Subject works using <a href="mailto:someone@email.com?subject=Payroll, benefits, or leave question>Email someone.</a>
However, body doesn't work because & is changed to & when I save the email service task
<a href="mailto:someone@email.com?subject=Payroll, benefits, or leave question&body=Hi Sonja, I have a question about payroll, benefits, and leave. When are you available to discuss my question?">Email someone.</a>