@cjhowe7/hapi-sendgrid
v0.1.0
Published
A simple Hapi 17+ plugin for Sendgrid
Downloads
3
Readme
@cjhowe7/hapi-sendgrid
A simple Hapi 17 plugin for SendGrid
Introduction
This is a simple plugin for using SendGrid with Hapi. You can use it like so:
await server.register([
{
plugin: require('@cjhowe7/hapi-sendgrid'),
options: {
apiKey: '<YOUR SENDGRID API KEY>'
}
}
])
Which will expose the @sendgrid/mail
client on your requests through
request.sendgrid
. Enjoy!