Type Alias GetBasicAuthConfig

type GetBasicAuthConfig = {
    emailAddress?: string;
    securityType?: string;
    senderName?: 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
senderName?: string
serverAddress?: string
serverPort?: number
username?: string