Socket
Socket
Sign inDemoInstall

hoodie-plugin-email

Package Overview
Dependencies
Maintainers
5
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hoodie-plugin-email

Hoodie plugin that sends multipart emails


Version published
Weekly downloads
2
decreased by-75%
Maintainers
5
Weekly downloads
 
Created
Source

Hoodie E-Mail Plugin

Allow your users to send multipart emails, right from the browser.

Frontend API:

hoodie.email.send({
  to: 'joe@example.com',
  subject: 'Hey ho!',
  text: 'This is the text version',
  html: 'I can do <b>HTML</b>, <i>too</i>!'
})

Before sending email can be used, you need to configure an email service in pocket.

FAQs

Package last updated on 10 Jun 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