Where in your <mail> task are you saying to send a JAR file?

In order to send MIME attachments, you need to install activation.jar 
and mail.jar (typically in ANT_HOME/lib).

        Erik


Johan Karlsson TACMa wrote:
> Hi,
> 
> I'm trying to use the <mail> task to send an e-mail with a jar file as
> attachment. However, this is not working correctly. The e-mail is sent, but
> I cannot attach anything. I get this as output:
> 
> [mail] Failed to initialise MIME mail
> [mail] Failed to initialise UU mail
> [mail] Using plain mail
> [mail] Sending email: New Collector has been built.
> [mail] From [EMAIL PROTECTED]
> [mail] To [Johan Karlsson <[EMAIL PROTECTED]>]
> [mail] Cc []
> [mail] Bcc []
> [mail] Sent email with 0 attachments
> 
> The definition from the build file (without the surrounding target
> definition):
> 
> <mail from="[EMAIL PROTECTED]" mailhost="smtp.tac.se" subject="New Collector has
> been built.">
> <to name="Johan Karlsson" address="[EMAIL PROTECTED]"/>
> <message>Collector ${version.full} ha been built successfully.</message>
> </mail>
> 
> Can anyone pleas help me?
> 
> Regards
> Johan
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 
> 


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

Reply via email to