From bd112723d64328cb473bd002d47069685270b8bb Mon Sep 17 00:00:00 2001 From: Ben Ramey Date: Mon, 14 Apr 2014 22:19:58 -0500 Subject: [PATCH] Add sendgrid credentials --- config/email.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/email.js b/config/email.js index fd5d782..3ee3de4 100644 --- a/config/email.js +++ b/config/email.js @@ -2,6 +2,6 @@ // Configuration for EmailService // module.exports.email = { - apiUser: "", - apiKey: "" + apiUser: "benjaminramey", + apiKey: "AVidasUPthub6pY3fFGe" };