Kind: Interface
Source: atloria-monorepo/apps/api/src/email/email.service.ts
Properties
| Property | Type |
|---|---|
to | `string |
subject | string |
html | string |
text | string |
attachments | EmailAttachment[] |
Kind: Interface
Source: atloria-monorepo/apps/api/src/email/email.service.ts
| Property | Type |
|---|---|
to | `string |
subject | string |
html | string |
text | string |
attachments | EmailAttachment[] |
Was this page helpful?