0.1.0 • Published 6 years ago

@cjhowe7/hapi-sendgrid v0.1.0

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
6 years ago

@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!