Hi,
>My thinking is set the extraheader as a key(value)--->
content-type(HTML).Would that be correct?
Maybe it helps you http://www.arsdigita.com/asj/mime/ or this:
...
    set exh [ns_set create]
    ns_set put $exh "Content-Type" "text/html; charset=iso-8859-2"
    ns_sendmail $to $from $subject $body $exh
....

Regards,
Marian

Reply via email to