I hereby claim:
- I am roverr on github.
- I am imreracz (https://keybase.io/imreracz) on keybase.
- I have a public key ASCFMzH0ME-wKXaPLQh2kQiGqtTPyc4QsC3fJpJ1Z7DAkQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
const nodemailer = require('nodemailer'); | |
const key = require('./key.json'); | |
// Change this to one of your email addresses in the organisation | |
const YOUR_EMAIL_ADDRESS = 'info@your_company.com'; | |
// Change this to the receiver to the mail | |
const SEND_TO = 'receiver@other_company.com' | |
async function start() { |