@wildix/wim-tools-client > ToolCustomEmailConfig
ToolCustomEmailConfig interface
Signature:
export interface ToolCustomEmailConfig
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | undefined | (Optional) BCC email addresses | ||
string | undefined | (Optional) CC email addresses | ||
string | From email address associated with the SMTP server, e.g.: 'john.doe@gmail.com' | ||
string | undefined | (Optional) HTML content of the email | ||
string | undefined | (Optional) Reply-to email address | ||
SMTP server provider configuration. | |||
string | Subject of the email. | ||
string | Text of the email. | ||
string | To email address, e.g.: 'jane.doe@example.com' |