App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | List of all members
google.appengine._internal.django.core.mail.backends.smtp.EmailBackend Class Reference
Inheritance diagram for google.appengine._internal.django.core.mail.backends.smtp.EmailBackend:
google.appengine._internal.django.core.mail.backends.base.BaseEmailBackend

Public Member Functions

def __init__
 
def open
 
def close
 
def send_messages
 
- Public Member Functions inherited from google.appengine._internal.django.core.mail.backends.base.BaseEmailBackend
def __init__
 
def open
 
def close
 
def send_messages
 

Public Attributes

 host
 
 port
 
 username
 
 password
 
 use_tls
 
 connection
 
- Public Attributes inherited from google.appengine._internal.django.core.mail.backends.base.BaseEmailBackend
 fail_silently
 

Detailed Description

A wrapper that manages the SMTP network connection.

Member Function Documentation

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.

The documentation for this class was generated from the following file: