I'm trying out GAE and having a little trouble sending email from my 
application in both development and production. In development I am using 
the --enable_sendmail, and using the interactive console it appears as 
though it works, I can execute the code and get an HTTP 200 response. 

The most recent code:
mail.send_mail(sender="myaddr...@gmail.com",
          to="myaddr...@gmail.com",
          subject="This is the test 1124pm",
          body="TEST!")


I've tried really everything I can think of. A complete log of attempts is 
over at StackOverflow (
http://stackoverflow.com/questions/18929505/python-gae-problems-sending-email). 
The email address I'm using is an administrator address (for TO and FROM). 
I've read the documentation thoroughly, and am about 10 hours into trying 
to send an email. Any help would be greatly appreciated. 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to