hoodie-plugin-email
v1.0.0
Published
Hoodie plugin that sends multipart emails
Downloads
24
Keywords
Readme
Hoodie E-Mail Plugin
Allow your users to send multipart emails, right from the browser.
Frontend API:
hoodie.email.send({
to: '[email protected]',
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.