Properties
| Property | Type | Description |
|---|---|---|
| defaultFromAddress | String | Default sender email address . |
| enableSSL | Boolean | Use SSL/TLS encryption . |
| host | String | SMTP server hostname . |
| password | String | Authentication password . |
| port | Number | SMTP server port . |
| userName | String | Authentication username . |
Property Details
defaultFromAddress :String
- Description:
Default sender email address
Default sender email address
Type:
- String
enableSSL :Boolean
- Description:
Use SSL/TLS encryption
Use SSL/TLS encryption
Type:
- Boolean
host :String
- Description:
SMTP server hostname
SMTP server hostname
Type:
- String
password :String
- Description:
Authentication password
Authentication password
Type:
- String
port :Number
- Description:
SMTP server port
SMTP server port
Type:
- Number
userName :String
- Description:
Authentication username
Authentication username
Type:
- String