@wildix/wim-tools-client > ToolSmtpConfig
ToolSmtpConfig interface
Signature:
export interface ToolSmtpConfig
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | SMTP server host, e.g.: 'smtp.gmail.com' | ||
string | SMTP server password | ||
number | SMTP server port, e.g.: 587 | ||
boolean | SMTP server secure connection | ||
string | SMTP server username for authentication, e.g.: 'john.doe@gmail.com' |