Close. I think you need to add to extraheaders:
key: Content-Type
value: text/html
extraheaders is an ns_set so you'll need to create it first, with
something like:
set myset [ns_set create myset
ns_set put $myset "Content-Type" "text/html"
You may already know how to use ns_sets, just thought I'd provide an
example.
Rusty
On Thu, 16 Aug 2001, Fahd Akbar wrote:
>
>
> Hi,
>
> Sorry to ask a simpler ns_sendmail question. I d like to send email
> using ns_sendmail in HTML format. How do I do that?
>
> My thinking is set the extraheader as a key(value)--->
> content-type(HTML).Would that be correct?
>
>
>
> Thank you.
>
> Fahd,
>
>
> _______________________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
>
------------------------------------------
Rusty Brooks : http://www.rustybrooks.org/
Spewing wisdom from every orifice
------------------------------------------