Hi,
I had to remove the attachment, since the initialization didn't work.
Formerly I only had the mail.jar in the classpath, but now I have added the
activation.jar file. The uu encoding seems to be working, but not mime. The
tag now looks like:
<mail encoding="uu" from="[EMAIL PROTECTED]" mailhost="smtp.tac.se" subject="A
subject">
<to name="Johan Karlsson" address="[EMAIL PROTECTED]"/>
<message>Collector ${version.full} ha been built successfully.</message>
<fileset file="BuildNumber.txt"/>
</mail>
Regards
Johan
-----Original Message-----
From: Erik Hatcher [mailto:[EMAIL PROTECTED]]
Sent: den 8 oktober 2002 20:56
To: Ant Users List
Subject: Re: The <mail> task with mime attachment
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]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>