It looks like the problem might be: "Do not add Oracle®'s JavaMail JARs to your app; if you do, the app will throw exceptions." I see a bunch of "com.sun.mail.smtp..." in the stack trace.
On Fri, Apr 20, 2012 at 8:01 AM, Alfred Fuller <[email protected]> wrote: > Hmm, I think I may be completely wrong :-) > > https://developers.google.com/appengine/docs/java/mail/overview > > > On Fri, Apr 20, 2012 at 7:55 AM, Alfred Fuller <[email protected]>wrote: > >> She means the app engine Mail API: >> http://code.google.com/p/googleappengine/source/browse/trunk/java/src/main/com/google/appengine/api/mail/ >> >> >> javax.mail is not supported. >> >> On Fri, Apr 20, 2012 at 5:06 AM, Emanuele Ziglioli < >> [email protected]> wrote: >> >>> Hi Christina, >>> >>> I'm using the mail API, that's the funny thing, see the stack trace: >>> >>> at >>> com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java: >>> 412) >>> at javax.mail.Service.connect(Service.java:248) >>> at javax.mail.Service.connect(Service.java:91) >>> at javax.mail.Service.connect(Service.java:76) >>> at javax.mail.Transport.send(Transport.java:94) >>> at javax.mail.Transport.send(Transport.java:48) >>> >>> >>> On Apr 20, 7:25 pm, Christina Ilvento <[email protected]> wrote: >>> > Hi, >>> > >>> > Looks like you're trying to use a socket to send outgoing mail, which >>> is >>> > failing as sockets are not available in the runtime. Please consider >>> using >>> > the Mail API< >>> https://developers.google.com/appengine/docs/java/mail/overview>instead. >>> > >>> > Thanks, >>> > Christina >>> > >>> > On Wed, Apr 18, 2012 at 9:02 PM, Emanuele Ziglioli < >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Google App Engine" 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?hl=en. >>> >>> >> > -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
