Hello, Can an application send mail From: the logged in user's Gmail account?
The documentation at http://code.google.com/appengine/docs/python/mail/sendingmail.html has this to say "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)" The current signed-in user has a Gmail account used to sign in, is that a valid sender address? Just below that paragraph there's a code snippet that has @login_required before a POST request, which does not work, so maybe the paragraph I cited is incomplete or not valid either anymore? thank you N. -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
