I want to be able to send emails out from my GAE app. My personal email is registered with the permission "Is Owner" I am using this as the from email following the example on this page. https://cloud.google.com/appengine/docs/java/mail/ I tried sending the email with my application deployed to GAE.
I get an error message and getting the following exception java.net.SocketException: Permission denied: Attempt to access a blocked recipient without permission. I am just trying send a dummy email to test it out. Also if I eventually get this working and I want to use some generic purpose email like [email protected], how do I achieve this? -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/68d1bceb-0d07-4abf-a2ee-0f6d02b09897%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
