71
71
self._headers['To'] = ', '.join(to_addresses)
72
72
self._headers['From'] = self.address_to_encoded_header(from_address)
73
73
self._headers['Subject'] = Header.Header(safe_unicode(subject))
76
76
def add_inline_attachment(self, body, filename=None, mime_subtype='plain'):
77
77
"""Add an inline attachment to the message.