I am trying to send a mail containing an openoffice text document with
mimetype application/vnd.oasis.opendocument.text, but I cant seem to
get it through.
So far Ive tried both JavaMail API and googles low-level API
unsuccessfully.
Caused by: java.lang.IllegalArgumentException: Invalid Attachment
Type: Invalid attachment type
at
com.google.appengine.api.mail.MailServiceImpl.doSend(MailServiceImpl.java:
107)
at
com.google.appengine.api.mail.MailServiceImpl.send(MailServiceImpl.java:
32)
at
com.google.appengine.api.mail.stdimpl.GMTransport.sendMessage(GMTransport.java:
247)
... 47 more
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.