[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] html email- some work, some don't
> From: interchange-users-admin@interchange.redhat.com
[mailto:interchange-
> users-admin@interchange.redhat.com] On Behalf Of Aaron Hazelton
>
> >
> > did you specify the mime type ie. text/html for the email?
> > see:
> > http://interchange.redhat.com/cgi-bin/ic/docfly.html?mv_arg=ic
> >faq08%2e02
>
> >tim
> Hi Tim, and thanks for that suggestion.
> I have inserted :
>
> [tag mime type: TEXT/HTML][/tag]
>
> But it wont change, and still says:
>
> ---ZymU5kL8-6:=12059
> Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
> Content-ID:
>
<Interchange.4.8.3.020325212932.ZymU5kL8.7@http://www.hazenet.net/cgi-bi
> n/hazenet.cgi>
> Content-Description: Form Results
>
> Any ideas or something im doing wrong?
> Thanks,
> Aaron
The extra parameter to the email tag should be able to set the email to
html. Maybe something like this would work (untested):
[email to='test@test.com subject' subject='test' extra='Content-Type:
TEXT/HTML; CHARSET=US-ASCII']
Email content goes here
[/email]