Module: google.appengine.api.mail_stub

Stub version of the mail API, writes email to logs.

Can optionally send real email via SMTP or sendmail.

Classes

class MailServiceStub: Python only mail service stub.

JAVA_TO_PYTHON_LOG_LEVELS

{
 'ALL': 0,
 'CONFIG': 10,
 'FINE': 10,
 'FINER': 10,
 'FINEST': 10,
 'INFO': 20,
 'SEVERE': 50,
 'WARNING': 30
}

MAX_REQUEST_SIZE 33554432