thanks. that did the trick.. David.
On Sun, 2007-03-11 at 13:28 +0100, Marc Dirix wrote: > > > > <emit source="values" values="emailaddress1,emailaddress1" > split=","> > > <email from="emailaddress" to="&_.value;" cc="&_.value;" > separator="," > > server="mymailserver" subject="Test &_.value;"> > > <header name="Content-type" value="text/html; charset=US-ASCII" /> > > Test only > > </email> > > </emit> > > > > The <header name="Content-type"> tag does not overrule the > configuration setting. > > Please try again with: > > <email from="emailaddress" to="&_.value;" cc="&_.value;" separator="," > server="mymailserver" subject="Test &_.value;" mimetype="text/html" > charset="US-ASCII" /> > > > > Marc
