@fortressauth/email-sendgrid
v0.1.12
Published
SendGrid email provider for FortressAuth.
Readme
@fortressauth/email-sendgrid
SendGrid email provider for FortressAuth.
Installation
npm install @fortressauth/email-sendgrid
# or
pnpm add @fortressauth/email-sendgrid
# or
yarn add @fortressauth/email-sendgridUsage
import { SendGridEmailProvider } from '@fortressauth/email-sendgrid';
const provider = new SendGridEmailProvider({
apiKey: process.env.SENDGRID_API_KEY ?? '',
fromEmail: '[email protected]',
fromName: 'Your App',
});License
MIT
