English

Google App Engine

The Mail Python API

App Engine applications can send email messages on behalf of the app's administrators, and on behalf of users with Google Accounts. Apps can receive email at various addresses. Apps send messages using the Mail service and receive messages in the form of HTTP requests initiated by App Engine and posted to the app.

This reference describes how to send and receive email messages in Python apps. It has the following sections: