Re: problem sending attachments

2007-01-10 Thread nb123
-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/RE%3A-problem-sending-attachments-tf2951647.html#a8255614 Sent from the Ant - Users mailing list archive at Nabble.com. --

Re: problem sending attachments

2007-01-10 Thread Nicolas Vervelle
Hi, which version of Ant are you using ? "Prior to Ant 1.7 only || has been supported as a nested element, you can still use this directly without an || container." Nico nb123 wrote: yes that is all in place, the jar files. as i said the textual mails are going through but the attachments a

RE: problem sending attachments

2007-01-10 Thread nb123
ails on the basis that we are not liable for any > such corruption, interception, amendment, tampering or viruses or any > consequences thereof. > > > -Original Message- > From: nb123 [mailto:[EMAIL PROTECTED] > Sent: 10 January 2007 11:05 > To: user@ant.apache.org

RE: problem sending attachments

2007-01-10 Thread David Corley \(AT/LMI\)
CTED] Sent: 10 January 2007 11:11 To: Ant Users List Subject: RE: problem sending attachments You need to add the java activation framework and java mail jars to your classpath. They don't come with Ant or Java and can be download here: http://java.sun.com/products/javamail/ And here http://j

RE: problem sending attachments

2007-01-10 Thread David Corley \(AT/LMI\)
oblem sending attachments i've tried sending attachments with the mail. the normal text mails are going through. but attachments are not. i am getting an error:: The type doesn't support the nested "attachments" element. please help m

problem sending attachments

2007-01-10 Thread nb123
. my build.xml file: TEST MAIL FROM ANT -- View this message in context: http://www.nabble.com/problem