Oops, missed that, shame on me :) The JavaBeans Activation Framework (JAF) is also needed, as stated on SUN site http://java.sun.com/products/javamail/ ?
Regards, Gilbert -----Original Message----- From: Ivan Ivanov [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 09, 2004 10:47 AM To: Ant Users List Subject: Re: Mail task error Hi, accoriding to [1] mail task with mime type requires mail.jar in Ant classpath, i.e. place mail.jar in $ant.home/lib, or $user.home/.ant/lib [1]http://ant.apache.org/manual/install.html#librarydependencies --- "Rebhan, Gilbert" <[EMAIL PROTECTED]> wrote: > > Hi, > > when sending an email via > > ---snipp------- > > <mail from = "${env.USERNAME}" > tolist = "${Owner)" > subject = "Delivery successful" > messagefile = "${temp.deploy}\Delivery_IDENT.txt" > mailhost = "mailhost" > failonerror = "false"/> > > ---snipp------- > > i get an error = > > Failed to initialise MIME mail > Failed to send email > > The email is sent nevertheless ?! > > How to get rid of that error ? > > > Regards, Gilbert > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > __________________________________ Do you Yahoo!? Check out the new Yahoo! Front Page. www.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
