Re: [appengine-java] can't send attachment via Java Mail API supported by GAE
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
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