Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hapi-maily

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hapi-maily

Send emails using hapi with a custom handler function

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Hapi Maily Hapi Maily

Join the chat at https://gitter.im/hapi-smiles/hapi-maily Build Status Coverage Status

This is a plugin for sending out emails by defining a custom handler. When the route is hit, an email is sent to the user in the email attribute of the payload.

Install

You can add the module to your Hapi Server using npm or yarn

npm install hapi-maily --save
# or
yarn add hapi-maily

Documentation

Options Reference

Read about options for the plugin and route options. Useful if you wish to extend the plugin beyond the setup used in the example server.

Read More

Quick Start

In your Hapi apps main JavaScript file add the following code to a created Hapi server object. You will also add the routes for your API as described on the hapijs documentation.

For an example server see the example hapi server. To see a simple implementation.

FAQs

Package last updated on 29 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc