<div class="markdown">
<p dir="auto">@Benny: I think Jeremy idea is very clever. What is the best way to deals with different <strong>reply templates per recipient</strong>? It is very annoying every time to edit the text again. </p>

<p dir="auto">I distinguish between the following types (very different between DE and EN) :</p>

<ul>
<li>close friends ⇢ <em>Hi, Hello, Salute, … <Firstname>,</em></li>
<li>respectable persons ⇢ <em>Dear Mr … , Sehr geehrte Herr/Frau (German), <Name>…</em></li>
<li>I dont know this person ⇢ <em>Dear Sir or Madam, Dear Personnel Director, …</em></li>
</ul>

<p dir="auto">Benny Kjær Nielsen wrote:</p>

<blockquote>
<p dir="auto">Jeremy Cowgar wrote:</p>

<blockquote>
<pre><code>"R" = (
    "replyAll:",
    "insertFormatString:",
    "-----Original Message-----\nFrom: ${to.name} [mailto:${to.address}\nTo: ${from.name} [mailto:${from.name}]\nCc: ${cc.name}\nSent: ${date}\nSubject:${subject}\n"
);
</code></pre>
</blockquote>

<p dir="auto">Terminal: [snip terminal command]</p>
</blockquote>

<p dir="auto">-- <br>
Thomas</p>

</div>