Interface SmtpAccessDetails

Access details for inbox using SMTP

Export

Interface

SmtpAccessDetails

Hierarchy

  • SmtpAccessDetails

Properties

mailFromDomain?: string

Mail from domain or SMTP HELO value

Memberof

SmtpAccessDetails

secureSmtpPassword: string

Secure TLS SMTP password for login

Memberof

SmtpAccessDetails

secureSmtpServerHost: string

Secure TLS SMTP server host domain

Memberof

SmtpAccessDetails

secureSmtpServerPort: number

Secure TLS SMTP server host port

Memberof

SmtpAccessDetails

secureSmtpUsername: string

Secure TLS SMTP username for login

Memberof

SmtpAccessDetails

smtpPassword: string

SMTP password for login

Memberof

SmtpAccessDetails

smtpServerHost: string

SMTP server host domain

Memberof

SmtpAccessDetails

smtpServerPort: number

SMTP server host port

Memberof

SmtpAccessDetails

smtpUsername: string

SMTP username for login

Memberof

SmtpAccessDetails