Skip to content

Instantly share code, notes, and snippets.

View sabasm's full-sized avatar
🌵

Sabas Mendivil sabasm

🌵
  • Hermosillo
View GitHub Profile
@sabasm
sabasm / index.js
Created May 17, 2019 23:18 — forked from Roverr/index.js
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() {