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

e-mail

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

e-mail

Email by Bowery is a really easy to use layer around popular mail services.

  • 0.0.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
4
increased by300%
Maintainers
1
Weekly downloads
 
Created
Source

Email by Bowery

Email by Bowery is a really easy to use layer around popular mail services.

Installation

$ npm install e-mail

Usage

var email = require('e-mail')({
  service: 'amazonses',
  access_key: '',
  secret_key: ''
})

email.send
  .to('steve@bowery.io')
  .from('byrd@bowery.io')
  .cc(['support@bowery.io', 'team@bowery.io'])
  .subject('Super important email')
  .body('/path/to/template.hjs', '/path/to/style.css', {name: 'Customer'})

Templates

Email by Bowery currently supports Hogan.js for templating and CSS for styling.

Mail Services

At the moment Amazon's SES is the only supported service.

FAQs

Package last updated on 23 Feb 2014

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