Petko,<div><br></div><div>This is very helpful, and now the line formatting is correct.  Unfortunately, I&#39;m still having some slight trouble with this.  It seems to be ignoring the pipe before the link text, and treating that as part of the email body, while showing the link on the page as the entire contents of the mailto link, instead of just the desired link text.  I had open and closed parentheses in the body which were not showing up, but I have replaced these with square brackets, and that appears to have helped.  I&#39;m not sure about how to force it to see the pipe as the delineator for the link text, however.  Any thoughts?  Here&#39;s an example of how my link is now formatted:</div>
<div><br></div><div>[[mailto:<a href="mailto:user@domain.com">user@domain.com</a>?subject=Handover Template&amp;body=Line1: %0ALine2: %0ALine3 [some text]: %0A | Handover Template]]</div><div><br></div><div>Thanks for the help so far.</div>
<div><br></div><div>Regards,<br>Ben Pitzer</div><div><br><br><div class="gmail_quote">On Fri, Dec 10, 2010 at 8:33 AM, 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 Thursday 09 December 2010 13:34:48 Ben Pitzer wrote:<br>
&gt; We need to send a specific email template frequently.  My last job had a<br>
&gt; Sharepoint server upon which someone had set up a single click mailto link<br>
&gt; which opened an email with a similar template already formatted<br>
</div>...<br>
<div class="im">&gt; [[mailto:<a href="mailto:user">user</a> &lt;at&gt; <a href="http://domain.com?subject=Case" target="_blank">domain.com?subject=Case</a> Handover&amp;body=Case Number: \<br>
</div>...<br>
<div class="im">&gt; Problem areas (mark all that apply): \<br>
&gt; Option 1 [ ]\<br>
&gt; Option 2 [ ]\<br>
&gt; Option 3 [ ]\<br>
&gt; Option 4 [ ]\<br>
&gt; Option 5 [ ]&quot; | Case Handover Template]]<br>
&gt;<br>
</div>...<br>
<div class="im">&gt; 1. The link displayed in the wiki page shows the entire text above,<br>
&gt; rather than just the words &quot;Email Template&quot;.<br>
&gt;<br>
&gt; 2. The formatting isn&#39;t coming through.  The email still opens, and<br>
&gt; the text is all there, but it&#39;s all in a single line, unfortunately.<br>
&gt; All I really need are newlines, but I can&#39;t seem to find a way to make<br>
&gt; it work.<br>
<br>
</div>Hello. The link should really be on one line. If you want to insert newline<br>
characters in the future e-mail, use the combination &quot;%0A&quot;, like this:<br>
<br>
  [[ mailto:<a href="mailto:test@example.net">test@example.net</a>?body=Line1:%0ALine2:%0ALine3: | e-mail me ]]<br>
<br>
This way of defining a message body is probably not supported by all browsers<br>
and e-mail clients. It may be more convenient to use a Form-to-mail function:<br>
you create a form in your wiki website, visitors fill it and you receive the<br>
results in your e-mail. There is a PmForm module which is able to do this, see<br>
<br>
  <a href="http://www.pmwiki.org/wiki/Cookbook/PmForm" target="_blank">http://www.pmwiki.org/wiki/Cookbook/PmForm</a>     and<br>
  <a href="http://www.pmwiki.org/pmform/PmForm/MailForm" target="_blank">http://www.pmwiki.org/pmform/PmForm/MailForm</a>   for the form-to-mail function<br>
<br>
PmForm works well, but you need an administrator to install it.<br>
<font color="#888888"><br>
Petko<br>
</font></blockquote></div><br></div>