Skip to content

Instantly share code, notes, and snippets.

@zalun
Created May 9, 2022 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zalun/ddda5c5b378e383cba0cbd726710d68c to your computer and use it in GitHub Desktop.
Save zalun/ddda5c5b378e383cba0cbd726710d68c to your computer and use it in GitHub Desktop.
email plugin with Sendgrid credentials
// ...
email: {
config: {
provider: "sendgrid",
providerOptions: {
apiKey: env("SENDGRID_API_KEY")
}
},
settings: {
defaultFrom: 'some@email.com',
defaultReplyTo: 'some@email.com',
}
}
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment