hoodie-plugin-email

Hoodie plugin that sends multipart emails

Usage no npm install needed!

<script type="module">
  import hoodiePluginEmail from 'https://cdn.skypack.dev/hoodie-plugin-email';
</script>

README

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.