Interface: EmailSendOptionsInterface
Properties
| Property | Type |
|---|---|
bcc? | string | Address | (string | Address)[] |
cc? | string | Address | (string | Address)[] |
context? | LiteralObject<unknown> |
from? | string | Address |
icalEvent? | string | IcalAttachment | Buffer | Readable |
replyTo? | string | Address |
subject? | string |
template? | string |
to? | string | Address | (string | Address)[] |