![]() |
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 | attach_alternative |
Public Attributes | |
alternatives | |
Static Public Attributes | |
string | alternative_subtype = 'alternative' |
A version of EmailMessage that makes it easy to send multipart/alternative messages. For example, including text and HTML versions of the text is made easier.
def google.appengine._internal.django.core.mail.message.EmailMultiAlternatives.__init__ | ( | self, | |
subject = '' , |
|||
body = '' , |
|||
from_email = None , |
|||
to = None , |
|||
bcc = None , |
|||
connection = None , |
|||
attachments = None , |
|||
headers = None , |
|||
alternatives = None |
|||
) |
Initialize a single email message (which can be sent to multiple recipients). All strings used to create the message can be unicode strings (or UTF-8 bytestrings). The SafeMIMEText class will handle any necessary encoding conversions.
def google.appengine._internal.django.core.mail.message.EmailMultiAlternatives.attach_alternative | ( | self, | |
content, | |||
mimetype | |||
) |
Attach an alternative content representation.