Patrick Stinson wrote at 2003-1-12 11:49 -0000: > what's the best way to format messageText if using <dtml-call > "MailHost.send(...)">? > > this has proved a problem, if send() gets newlines or spaces in certain > places it compleley messes up the message. ideas? RFC 822 tells you how internet messages must look like. Dieter