class MIMEMixin:
Known subclasses: django.core.mail.message.SafeMIMEMessage
, django.core.mail.SafeMIMEMultipart
, django.core.mail.SafeMIMEText
Undocumented
Method | as_bytes |
Return the entire formatted message as bytes. Optional `unixfrom' when True, means include the Unix From_ envelope header. |
Method | as_string |
Return the entire formatted message as a string. Optional `unixfrom' when True, means include the Unix From_ envelope header. |