Skip to content

Kube-f/njodmoler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

njodmoler

node mailer wrapper for use with Kit and Kube

installing

for npm

$ npm install nodemailer --save
$ cd app/app_addons
$ git clone [email protected]:Kube-f/njodmoler.git

for yarn

$ yarn add nodemailer
$ cd app/app_addons
$ git clone [email protected]:Kube-f/njodmoler.git

Finally add the following variables to your .env file and fill them out accordingly

[nodemailer]
EMAIL_FROM=
EMAIL_HOST=
EMAIL_PORT=
EMAIL_SECURE=

About

node mailer wrapper for use with Kit and Kube

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published