Nucleus .Net Core CMS

Models.Mail.MailTemplate Class

Namespace: Nucleus.Abstractions.Models.Mail
Assembly: Nucleus.Abstractions.dll
Represents an e-mail template.

Properties

Id Property

Unique record identifier.

Name Property

Name of the email template

Subject Property

Subject of the email.
Remarks
This value can contain tokens, in the form {key.property}. Tokens are replaced during email generation with values passed to the MailClient using the MailArgs class.

Body Property

Emai bodyl.
Remarks
This value can contain tokens, in the form {key.property}. Tokens are replaced during email generation with values passed to the MailClient using the MailArgs class.