[appengine-java] Re: can't send attachment via Java Mail API supported by GAE

2010-02-10 Thread Nehul
g.setSubject("subject_sample"); //set subject > > Transport.send(msg); > > > > I confirm that I received in Gmail. > > If it is useless in this method > The value of theByteArray might have to be confirmed. > > thanks. > > 2010/2/5 Nehul : > > &

[appengine-java] Re: can't send attachment via Java Mail API supported by GAE

2010-02-07 Thread Nehul
gt; Transport.send(msg); > > > > I confirm that I received in Gmail. > > If it is useless in this method > The value of theByteArray might have to be confirmed. > > thanks. > > 2010/2/5 Nehul : > > > > > Can you please explain what you mean? > >

[appengine-java] Re: can't send attachment via Java Mail API supported by GAE

2010-02-04 Thread Nehul
Can you please explain what you mean? On Feb 4, 6:38 am, seleronm wrote: > Hi. > > I think that I can transmit if it is shape that stores > msg and attachement in each Part > > Please try. > thanks. > > > > >Multi-Part Messages > > >I can't send attachment (simple image file) to email but normal

[appengine-java] can't send attachment via Java Mail API supported by GAE

2010-02-03 Thread Nehul
Multi-Part Messages I can't send attachment (simple image file) to email but normal text email is working. MimeMessage msg = new MimeMessage (session); Multipart mp = new MimeMultipart(); MimeBodyPart attachme