![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | __init__ |
def | open |
def | close |
def | send_messages |
![]() | |
def | __init__ |
def | open |
def | close |
def | send_messages |
Public Attributes | |
host | |
port | |
username | |
password | |
use_tls | |
connection | |
![]() | |
fail_silently | |
A wrapper that manages the SMTP network connection.
def google.appengine._internal.django.core.mail.backends.smtp.EmailBackend.close | ( | self | ) |
Closes the connection to the email server.
def google.appengine._internal.django.core.mail.backends.smtp.EmailBackend.open | ( | self | ) |
Ensures we have a connection to the email server. Returns whether or not a new connection was required (True or False).
def google.appengine._internal.django.core.mail.backends.smtp.EmailBackend.send_messages | ( | self, | |
email_messages | |||
) |
Sends one or more EmailMessage objects and returns the number of email messages sent.