On Wed, 27 Feb 2002, Eddie Bernard <[EMAIL PROTECTED]> wrote: > Does anyone know how to embed carriage returns in a message when > using the <mail> task:
Like in any XML attribute, &x0A; is line feed and &x0C; is cariage return. In your case I would consider using <echo> to write the message to a file and the files attribute of <mail> instead. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
