Constructors
constructor
- new MailConfigBase(host: string, port: number, ssl: boolean, user: string, password: string): MailConfigBase
Parameters
host: string
port: number
ssl: boolean
user: string
password: string
Properties
Host
Host: string
Password
Password: string
Port
Port: number
SSL
SSL: boolean
User
User: string
1.0.0
1.0.5