Is it possible to use amazon SES to send emails? Emails sent by application are going in yahoo's junk folder. My application hardly send few emails per day.
Just looking various posts: http://code.google.com/appengine/forum/?place=topic%2Fgoogle-appengine%2FazhX_BKiNiE%2Fdiscussion http://code.google.com/p/googleappengine/issues/detail?id=3161 It looks that people have used amazon SES with success. But I am unable to make it work in java, on connect I get error Transport t = new AWSJavaMailTransport(session, null); t.connect(); Caused by: java.lang.NoClassDefFoundError: javax.net.ssl.KeyManagerFactory is a restricted class. Please see the Google App Engine developer's guide for more details. at com.google.appengine.tools.development.agent.runtime.Runtime.reject(Runtime.java: 51) at org.apache.http.conn.ssl.SSLSocketFactory.createSSLContext(SSLSocketFactory.java: 184) at org.apache.http.conn.ssl.SSLSocketFactory.createDefaultSSLContext(SSLSocketFactory.java: 209) Any suggestions to solve this email issue. Thanks. -- 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.
