1.0.0 • Published 10 years ago

hoodie-plugin-email v1.0.0

Weekly downloads
22
License
-
Repository
github
Last release
10 years ago

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.