32
32
class EmailMessage(object):
35
35
The constructor needs an origin address, a destination address or addresses
36
36
and a subject, and accepts a body as well. Add additional parts to the
37
37
message with add_inline_attachment(). Retrieve the entire formatted message