Let’s assume I have users registered in my GAE application with their Google accounts that they use to access GMail, Calendar, Contacts etc. They confirm that my app can send email messages from their GMail account and when they click some link, like “Send a notification to all my friends”, the message goes where it’s supposed to go from the users’ GMail accounts. Is that possible to do without asking users to share their login and password with my application?
Let’s assume I have users registered in my GAE application with their Google accounts
Share
From the GAE Mail API docs:
So, if they are logging into your app using the Users API, you can just set the
senderto the email address associated with the user’s account: