classpathx-javamail
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Classpathx-javamail] Exception while sending mail through GNU JavaM


From: Chris Burdess
Subject: Re: [Classpathx-javamail] Exception while sending mail through GNU JavaMail API.
Date: Tue, 8 Dec 2009 11:29:30 +0000

Dhaval Yoganandi wrote:
> |                  InputStream source = *new* FileInputStream(file);|
> 
> |                  MimeMessage mimeMessage = *new* 
> MimeMessage(mailSession,source);|
> 
> |                  mimeMessage.setHeader("Content-Type", "multipart/mixed");|
> 
> |                  Transport./send/(mimeMessage);|
> 
> 
> and I am getting following exception while sending the mail. The code is 
> working fine with sun JVM and the javamail (not GNU javamail) library.

This bug is now fixed in CVS HEAD.
-- 
Chris Burdess





reply via email to

[Prev in Thread] Current Thread [Next in Thread]