Actually, it looks like I have my solution.  Instead of...<div><br></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">[[mailto:<a href="mailto:user@domain.com" target="_blank" style="color: rgb(87, 151, 176); ">user@domain.com</a>?subject=Handover Template&amp;body=Line1: %0ALine2: %0ALine3 [some text]: %0A | Handover Template]]</span></div>
<div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;"><br></span></font></div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;">...I tried the following, which is working as I would want it to at this time:</span></font></div>
<div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;"><br></span></font></div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;">[[ Handover Template -&gt; <span class="Apple-style-span" style="font-size: 13px; ">mailto:<a href="mailto:user@domain.com" target="_blank" style="color: rgb(87, 151, 176); ">user@domain.com</a>?subject=Handover Template&amp;body=Line1: %0ALine2: %0ALine3 [some text]: %0A ]]</span></span></font></div>
<div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;"><br></span></font></div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;">This allows me to see the link text &#39;Handover Template&#39;, and clicking on it opens the email with the formatting which Petko helped me figure out.  While Petko&#39;s suggestion for the custom markup would no doubt as well, I want to thank list user Amos Satterlee for giving me the answer above.  I&#39;ll keep Petko&#39;s suggestion in mind, as I may need to do some other things in future which would make this necessary.  Thanks to all!</span></font></div>
<div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;"><br></span></font></div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;">Regards,<br>
Ben Pitzer<br></span></font><br><div class="gmail_quote">On Mon, Dec 13, 2010 at 12:44 PM, Petko Yotov <span dir="ltr">&lt;<a href="mailto:5ko@5ko.fr">5ko@5ko.fr</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Monday 13 December 2010 13:08:33 Ben Pitzer wrote:<br>
&gt; to be ignoring the pipe before the link text, and treating that as part of<br>
&gt; the email body, while showing the link on the page as the entire contents<br>
&gt; of the mailto link, instead of just the desired link text.<br>
<br>
</div><div class="im">&gt; [[mailto:<a href="mailto:user@domain.com">user@domain.com</a>?subject=Handover Template&amp;body=Line1: %0ALine2:<br>
&gt; %0ALine3 [some text]: %0A | Handover Template]]<br>
<br>
</div>Hello. There is a conflict with the link brackets, parentheses and possibly<br>
other characters that need to be encoded to appear in links. If you can&#39;t<br>
change these characters, I could only suggest to use a custom markup to url-<br>
encode the full body content - you&#39;ll need a wiki admin to enable it, but it<br>
will make your life much easier.<br>
<br>
If you add to config.php the following line :<br>
<br>
  Markup(&#39;{{{}}}&#39;, &#39;&gt;{$var}&#39;, &#39;/\\{\\{\\{(.*?)\\}\\}\\}/es&#39;,<br>
    &#39;rawurlencode(PSS(&quot;$1&quot;))&#39;);<br>
<br>
then, in your wiki page, you can add {{{any text between tripple braces}}}<br>
even newlines instead of %0A:<br>
<div class="im"><br>
  [[mailto:<a href="mailto:user@domain.com">user@domain.com</a>?subject={{{Handover Template}}}&amp;body={{{<br>
Line1 :<br>
</div>Line2 :<br>
Line3 (some text) :<br>
Line4 [test] :<br>
}}} | Handover Template]]<br>
<br>
The text between the tripple braces will be correctly encoded. Again, there is<br>
no garantee that the link will work in all browsers and in all e-mail clients.<br>
<br>
(There is a MarkupExprPlus &#39;urlencode&#39; recipe in the Cookbook, but it cannot<br>
handle multiple lines.)<br>
<font color="#888888"><br>
Petko<br>
</font><div><div></div><div class="h5"><br>
&gt; &gt; Hello. The link should really be on one line. If you want to insert<br>
&gt; &gt; newline<br>
&gt; &gt; characters in the future e-mail, use the combination &quot;%0A&quot;, like this:<br>
&gt; &gt;  [[ mailto:<a href="mailto:test@example.net">test@example.net</a>?body=Line1:%0ALine2:%0ALine3: | e-mail me ]]<br>
&gt; &gt;<br>
&gt; &gt; This way of defining a message body is probably not supported by all<br>
&gt; &gt; browsers<br>
&gt; &gt; and e-mail clients. It may be more convenient to use a Form-to-mail<br>
&gt; &gt; function:<br>
&gt; &gt; you create a form in your wiki website, visitors fill it and you receive<br>
&gt; &gt; the<br>
&gt; &gt; results in your e-mail. There is a PmForm module which is able to do<br>
&gt; &gt; this, see<br>
&gt; &gt;<br>
&gt; &gt;  <a href="http://www.pmwiki.org/wiki/Cookbook/PmForm" target="_blank">http://www.pmwiki.org/wiki/Cookbook/PmForm</a>     and<br>
&gt; &gt;  <a href="http://www.pmwiki.org/pmform/PmForm/MailForm" target="_blank">http://www.pmwiki.org/pmform/PmForm/MailForm</a>   for the form-to-mail<br>
&gt; &gt;<br>
&gt; &gt; function<br>
&gt; &gt;<br>
&gt; &gt; PmForm works well, but you need an administrator to install it.<br>
&gt; &gt;<br>
&gt; &gt; Petko<br>
</div></div></blockquote></div><br></div>