EmailTemplate#

class EmailTemplate(body_suffix=None, subject_prefix=None, *args, **kwargs)[source]#

Bases: object

Email template.

Parameters:
property body_suffix#

Suffix for the email body.

Type:

str

property subject_prefix#

Prefix for the email subject.

Type:

str

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model