-----Original Message-----
From: Guy Catz [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 10, 2008 11:37 AM
To: Ant Users List
Subject: send mail in a HTML format

/*
Hey guys,

How do I use the mail task to send in a HTML format?
There seems to be a mimetype property. Is this what I need? the manual
doesn't say how to use it.
*/

<mail from="..."
  tolist="..."
  subject="..."
  messagefile="path/to/your/foobar.html"
  messagemimetype="text/html"
  mailhost="..."
  failonerror="..."/>

Regards, Gilbert

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to