problem solved :) thx dimitris
<dtml-sendmail mailhost="MailHost">
To: george@hotmail.com
From: <dtml-var mail>
Subject: [GPME] Contact
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 8bit
......
Is there a way to send a html formatted message using dtml-sendmail?
<dtml-sendmail mailhost="MailHost">
To: george@hotmail.com
From: <dtml-var mail>
Subject: [GPME] Contact
Fullname: <dtml-var surname> <dtml-var firstname>
Title: <dtml-var ftitle>
Mail: <dtml-var mail>
Description: <dtml-var description>
[HTML Mesage]
</dtml-sendmail>