Skip to content

EmailTemplateBase

Overview

Abstract base for editable email templates. Stores subject, plain-text body, sender address, default BCC addresses, and a preview_tag_data JSON blob used to render the template preview in the admin UI.

Meta

Default Django Meta base that replaces Django's add/change/view/delete permissions with CRUDL names.

Source

server/vueda/core/models.py:444

bcc_email

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

Signature

bcc_email(unknown)

Parameters

NameTypeRequiredDescription
unknownyes

body

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

Signature

body(unknown)

Parameters

NameTypeRequiredDescription
unknownyes

formatted_name

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

Signature

formatted_name(unknown)

Parameters

NameTypeRequiredDescription
unknownyes

from_email

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

Signature

from_email(unknown)

Parameters

NameTypeRequiredDescription
unknownyes

preview_tag_data

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

Signature

preview_tag_data(unknown)

Parameters

NameTypeRequiredDescription
unknownyes

subject

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

Signature

subject(unknown)

Parameters

NameTypeRequiredDescription
unknownyes

_meta

Source

server/vueda/core/models.py:431

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2