Constructors
constructor
- new MailOption(from, to, subject?, text?, html?): MailOption
 Parameters
from: string
to: string
Optional subject: string
Optional text: string
Optional html: string
Properties
From
From: string
Optional HTML
HTML?: string
Optional Subject
Subject?: string
Optional Text
Text?: string
To
To: string
Since
1.0.5
Version
2022-06-26