Skip to content

Commit

Permalink
Update sendMail.js
Browse files Browse the repository at this point in the history
  • Loading branch information
harishsg99 authored Feb 28, 2021
1 parent 1eaf205 commit bb73836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sendMail.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ const mailgun = require('mailgun-js');

async function sendEmail(meetingURL) {

var API_KEY = '370f0582a596f401033634996319df87-6e0fd3a4-86de9cfe';
var DOMAIN = 'test.scoopml.app';
var API_KEY = '';
var DOMAIN = '';
var mailgun = require('mailgun-js') ({apiKey: API_KEY, domain: DOMAIN});


Expand Down

0 comments on commit bb73836

Please sign in to comment.