We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 065f60c commit 0bb064eCopy full SHA for 0bb064e
server/services/Mailer.js
@@ -0,0 +1,3 @@
1
+const sendgrid = require('sendgrid');
2
+const helper = sendgrid.mail;
3
+const keys = require('../config/keys');
0 commit comments