Re: Sending email with an attachment

2007-02-15 Thread Jack J. Woehr
On Feb 15, 2007, at 2:52 PM, Chun Ji wrote: I have find out why, " DEPRECATED - The mimemail task is deprecated. Use the mail task instead. " And here is my new target. " tolist="[EMAIL PROTECTED]" subject="Report" messagemimetype="text/ html" messagefile="Report.html"/> "

RE: Sending email with an attachment

2007-02-15 Thread Chun Ji
t Users List Subject: Sending email with an attachment Importance: Low Here is a target in my build.xml file, that is to send email with an attachment file. It works very well, when I was using ant 1.6.5. But once I have updated to ant 1.7, that part does not working any more. D

Sending email with an attachment

2007-02-15 Thread Chun Ji
Here is a target in my build.xml file, that is to send email with an attachment file. It works very well, when I was using ant 1.6.5. But once I have updated to ant 1.7, that part does not working any more. Does someone know why? " " And here is the error messsage: " send_emai