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? " <target name="email"> <mimemail messageMimeType="text/html" messageFile="Report.html" tolist="[EMAIL PROTECTED]" subject="..." from="[EMAIL PROTECTED]"/> </target> "
And here is the error messsage: " send_email: [mimemail] DEPRECATED - The mimemail task is deprecated. Use the mail task instead. [mimemail] Failed to initialise MIME mail: javax/mail/MessagingException " thanks, Chun --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]