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

2010-02-04 Thread seleronm
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 text >email is working. > > > >MimeMessage msg = new MimeMessage

[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