@smallstack/email

smallstack email module

Usage no npm install needed!

<script type="module">
  import smallstackEmail from 'https://cdn.skypack.dev/@smallstack/email';
</script>

README

@smallstack/email

The smallstack email package contains functionality that is being used in the server environment to configure and send emails.

How-to install

npm install will install all dependencies.

How-to use

Usually you would reference this package by adding it as project dependency: npm install --save @smallstack/email

If you want to develop things further or just want to use it locally, you can make use of npm link.