Forum OpenACS Development: Re: html in emails.

Collapse
9: Re: html in emails. (response to 8)
Posted by Alfred Werner on
just noticed this -

in the example - it should NOT be

ns_set put $extraheaders "Content-Type" "test/html;"

but rather

ns_set put $extraheaders "Content-Type" "text/html;"

i.e. not TEST, but TEXT