1.0.1 • Published 10 months ago

@amabios/mailer v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Installation

npm install --save @amabios/mailer nodemailer
npm install --save-dev @types/nodemailer
#or
yarn add @amabios/mailer nodemailer
yarn add -D @types/nodemailer

Hint: handlebars and pug is an optional dependency, if you want to use the template, you must install it.

with npm

npm install --save handlebars
#or
npm install --save pug
#or
npm install --save ejs

with yarn

yarn add handlebars
#or
yarn add pug
#or
yarn add ejs

Documentation

you can find all the documentation here for the email module

Starter kit

Contributing

License

MIT