I have faced this problem when sending jar files with MIME formatting. What
I found was javamail is able to send jar files less than 800KB. If your jar
file size is more than that, it reports an error which says "Failed to send
MIME mail".

This is what I found out. Maybe I am missing something else.

Suresh

-----Original Message-----
From: Erik Hatcher [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 09, 2002 7:47 PM
To: Ant Users List
Subject: Re: The <mail> task with mime attachment


What happens when you try MIME formatting?  Some error from JavaMail?

Johan Karlsson TACMa wrote:
> 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]>
> 
> 
> 


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


**********************************************************************
The information in this message is confidential and may be legally
privileged. It is intended solely for the addressee. Access to this message
by anyone else is unauthorized. If you are not the intended recipient, any
disclosure, copying, or distribution of the message, or any action or
omission taken by you in reliance on it, is prohibited and may be unlawful.
Please immediately contact the sender if you have received this message in
error.

**********************************************************************


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

Reply via email to