{% extends "base.html" %} {% load i18n %} {% block icon %}mail{% endblock %} {% block content %}
attach | {{object.attach}} |
---|---|
send | {{object.send}} |
From | {{object.from_email}} |
To | {{object.to|join:", "}} |
Bcc | {{object.bcc|join:", "}} |
Subject | {{object.subject}} |
Body | {{object.body}} |
Attachments | {{object.attachments|join:", "}} |
content_subtype | {{object.content_subtype}} |
mixed_subtype | {{object.mixed_subtype}} |
encoding | {{object.encoding}} |
recipients | {{object.recipients|join:", "}} |
extra_headers | {{object.extra_headers}} |
Full message | {{object.message}} |