Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 466 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 466 Bytes

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=