A sendgrid email provider library for @novu/stateless
import { SendgridEmailProvider } from '@novu/sendgrid';
const provider = new SendgridEmailProvider({
apiKey: process.env.SENDGRID_API_KEY
});
This package has been deprecated
Author message:
Package no longer supported. Use @novu/providers instead.
A sendgrid email provider library for @novu/stateless
import { SendgridEmailProvider } from '@novu/sendgrid';
const provider = new SendgridEmailProvider({
apiKey: process.env.SENDGRID_API_KEY
});
npm i @novu/sendgrid
9
0.24.1
MIT
40.1 kB
22