hoodie-plugin-email

1.0.0 • Public • Published

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 the Admin Dashboard.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i hoodie-plugin-email

      Weekly Downloads

      7

      Version

      1.0.0

      License

      none

      Last publish

      Collaborators

      • caolan
      • svnlto
      • gr2m
      • jan
      • espy
      • boennemann
      • hoodiebot