Interfaces
MailServiceConfig
Properties:
| Property | Type | Required | Description |
|---|
adapter | MailAdapter | Yes | |
templatesDir | string | Yes | |
defaultFrom | string | Yes | |
EmailMessage
Properties:
| Property | Type | Required | Description |
|---|
to | string | string[] | Yes | |
subject | string | Yes | |
html | string | Yes | |
text | string | undefined | No | |
from | string | undefined | No | |
replyTo | string | undefined | No | |
TemplateData
SendResult
Properties:
| Property | Type | Required | Description |
|---|
messageId | string | Yes | |
accepted | string[] | Yes | |
rejected | string[] | Yes | |
MailAdapter
MailAdapterConfig
Properties:
| Property | Type | Required | Description |
|---|
from | string | Yes | |
SendGridConfig
Properties:
| Property | Type | Required | Description |
|---|
apiKey | string | Yes | |
ConsoleConfig