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.
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
ad...@mydomain.com, how do I achieve this?