Type Alias GetBasicAuthConfig

type GetBasicAuthConfig = {
    emailAddress?: string;
    securityType?: string;
    serverAddress?: string;
    serverPort?: number;
    username?: string;
}
Index

Properties

emailAddress?: string

The email address that should appear in From field when sending emails with this account

securityType?: string

The selected SMTP security mechanism. Could be either 'none', 'StartTLS' or 'SSL/TLS'

serverAddress?: string

domain name or IP address of SMTP server

serverPort?: number

smtp server port

username?: string

user name used for SMTP login