Hi! 2010/5/3 Joe Fawzy <[email protected]>: > Hi all > i deployed my application on appengine, set my domain name to point to > it through google apps as described and now google apps also manage my > email addresses such as [email protected] > so, is it possible to use this address to send emails using the mail > api > currently i got illegalArgumentException , unAuthorized sender , > so is it possible to add google apps managed email addresses as an > authorized snders
There are hints regarding that in the documentation for the appengine. You can only send from an administrators address or from the address of the currently logged in user, when he is logged in with his google account. http://code.google.com/intl/de-DE/appengine/docs/python/mail/sendingmail.html Quote: "The sender address can be either the email address of a registered administrator for the application, or the email address of the current signed-in user (the user making the request that is sending the message)." This also applies for the Java api. -- Mit freundlichen Grüßen, // Bye, Patrick Cornelißen http://www.openprojectguide.org http://www.pcornelissen.de http://code.google.com/p/gloudy/ -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
