Skip to content

Commit 0bb064e

Browse files
committed
added mailer class
1 parent 065f60c commit 0bb064e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

server/services/Mailer.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
const sendgrid = require('sendgrid');
2+
const helper = sendgrid.mail;
3+
const keys = require('../config/keys');

0 commit comments

Comments
 (0)