Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

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:

 
Marshal
Posts: 7254
1392
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@domain.com" in your example) has administrative permissions, at least in a 'viewer' role?
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic