Meine eMailvorlage für Rechnungen sieht wie folgt aus. In tomedo sieht das vor dem Versenden im eMail-Fenster genauso aus. Danach im Karteieintrag sieht man dann die korrekt dargestellte Mail.
START_HTML
<style>
.button {
background-color: #f06b05;
border: none;
color: white;
padding: 10px 20px;
text-align: center;
border-radius: 6px;
text-decoration: none;
display: inline-block;
font-size: 14px;
margin: 4px 2px;
cursor: pointer;
}
</style>
<p style="text-align:center"><span style="font-family:Lucida Sans Unicode,Lucida Grande,sans-serif"><span style="font-size:14px"><img alt="" src="https://www.ouz-fischbachtal.de/wp-content/uploads/2022/01/logo_ouzf_2000.png " style="height:78px; width:250px" /></span></span></p>
<table align="center" border="0" cellpadding="10" cellspacing="0">
<tbody>
<tr>
<td colspan="2" style="background-color:#83c241; text-align:center"><br />
<span style="font-family:Lucida Sans Unicode,Lucida Grande,sans-serif"><span style="font-size:14px"><strong><span style="color:#ffffff">+++ RECHNUNG +++</span></strong></span></span><br />
</td>
</tr>
<tr>
<td colspan="2" style="background-color:#e2fac8">
<p style="text-align:center"><span style="font-family:Lucida Sans Unicode,Lucida Grande,sans-serif"><span style="font-size:14px">$[if_frau Liebe_Frau Lieber_Herr]$ $[pv]$ $[pn]$,</span></span></p>
<p style="text-align:center"><span style="font-family:Lucida Sans Unicode,Lucida Grande,sans-serif"><span style="font-size:14px">anbei finden Sie Ihre Rechnung über die in unserer Praxis erfolgte Behandlung. </span></span></p>
<p style="text-align:center"><span style="font-family:Lucida Sans Unicode,Lucida Grande,sans-serif"><span style="font-size:14px">Das Passwort zum Öffnen der angehängten PDF-Datei ist Ihr Geburtsdatum (TTMMJJJJ).
</p>
</td>
</tr>
<tr>
<td colspan="2" style="background-color:#e2fac8; text-align:center">
<p><span style="font-family:Lucida Sans Unicode,Lucida Grande,sans-serif"><strong><span style="font-size:14px">Kontakt</span></strong><br />
<span style="font-size:14px">praxis@ouzf.de<br />
In den Rodhecken 5 • 66125 Dudweiler</span></span></p>
</td>
</tr>
</tbody>
</table>
END_HTML