SudoSOS Back-end API / mailer/messages/user-type-updated-with-reset / UserTypeUpdatedWithReset
Class: UserTypeUpdatedWithReset ​
Extends ​
Constructors ​
Constructor ​
ts
new UserTypeUpdatedWithReset(options): UserTypeUpdatedWithReset;Parameters ​
| Parameter | Type |
|---|---|
options | UserTypeUpdatedWithResetOptions |
Returns ​
UserTypeUpdatedWithReset
Overrides ​
Properties ​
| Property | Modifier | Type | Inherited from |
|---|---|---|---|
baseMailOptions | protected | Options | MailMessage.baseMailOptions |
contentOptions | protected | UserTypeUpdatedWithResetOptions | MailMessage.contentOptions |
mailContents | protected | MailLanguageMap<T> | MailMessage.mailContents |
Methods ​
getOptions() ​
ts
getOptions(to, language): Options;Get the base options
Parameters ​
| Parameter | Type |
|---|---|
to | User |
language | Language |
Returns ​
Options