Back to Paperless Ngx

Email Msg Template

src/paperless_mail/templates/email_msg_template.html

2.20.13264 B
Original Source

{% autoescape off %}

{{ date }}

{{ from_label }}

{{ from }}

{{ subject_label }}

{{ subject }}

{{ to_label }}

{{ to }}

{{ cc_label }}

{{ cc }}

{{ bcc_label }}

{{ bcc }}

{{ attachments_label }}

{{ attachments }}

{{ content }}

{% endautoescape %}