SudoSOS Back-end API / internal/mailer / MailContentBuilder
Class: MailContentBuilder<T> ​
Type Parameters ​
| Type Parameter |
|---|
T |
Constructors ​
Constructor ​
ts
new MailContentBuilder<T>(mail): MailContentBuilder<T>;Parameters ​
| Parameter | Type |
|---|---|
mail | MailContentFunctions<T> |
Returns ​
MailContentBuilder<T>
Properties ​
| Property | Modifier | Type |
|---|---|---|
mail | protected | MailContentFunctions<T> |
Methods ​
getContent() ​
ts
getContent(context): MailContent;Parameters ​
| Parameter | Type |
|---|---|
context | T |