@restorecommerce/mailer

Multi transport mailer based on nodemailer

Usage no npm install needed!

<script type="module">
  import restorecommerceMailer from 'https://cdn.skypack.dev/@restorecommerce/mailer';
</script>

README

mailer

Build StatusDependenciesCoverage Status

Multi transport mailer based on nodemailer bundling the following additional transports:

Theoretically all nodemailer transports are supported through dynamic transport plug-in loading they just have to be added to the dependencies in package.json.

In addition the HTML to text plug in is added which automatically generates a text part from a given html part.

Usage

see test.js.