Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SMTPEnvelope

Hierarchy

  • SMTPEnvelope

Properties

Properties

Optional bcc

bcc: string | string[]

Addresses from this value get added to RCPT TO list.

Optional cc

cc: string | string[]

Addresses from this value get added to RCPT TO list.

Optional from

from: string

The first address gets used as MAIL FROM address in SMTP.

Optional to

to: string | string[]

Addresses from this value get added to RCPT TO list.