• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Send email Google App Engine (GAE)

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone,

I am getting the following error from my code that send email from Google App Engine



I've tried to use the solution suggested in this forum ...

http://stackoverflow.com/questions/2...oyed-to-tomcat

But without success!

Please anyone who can suggest a solution, I will be grateful!

This is my code in Java:

 
Sheriff
Posts: 7417
1424
IntelliJ IDE jQuery Eclipse IDE Postgres Database Tomcat Server Chrome Google App Engine
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Few things I would check:

- Does this problem happen only in the local server, but not when deployed?

- Are you sure you are NOT including the Javamail JAR files in the classpath? (Appengine SDK has the Javamail stuff embedded, which is what you should use)

- Are you sure the sender ID (which is "[email protected]" in your example) has administrative permissions, at least in a 'viewer' role?
 
They worship nothing. They say it's because nothing lasts forever. Like this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic