EmailTemplate#
- class EmailTemplate(body_suffix=None, subject_prefix=None, *args, **kwargs)[source]#
Bases:
object
Email template.
- Parameters:
body_suffix – (
body_suffix
) Suffix for the email body.subject_prefix – (
subject_prefix
) Prefix for the email subject.
- property body_suffix#
Suffix for the email body.
- Type:
str
- property subject_prefix#
Prefix for the email subject.
- Type:
str