Home > @infiniteobjects/sendgrid-service > SendGridService
Sendgrid Service
Signature:
export declare class SendGridService
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)() | Constructs a new instance of the SendGridService class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| client | readonly |
MailService.MailService | Mail client instance |
| log | LoggerInstance | Logger |
| Method | Modifiers | Description |
|---|---|---|
| sendEmail(msg) | Send an email using Sendgrid MailData object |