From d7b2fd3ace732352942cb64bccda3df33258e333 Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Thu, 1 Aug 2019 18:48:15 +0100 Subject: Emails only sent if API key is set --- config/api-example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/api-example.js b/config/api-example.js index 08bd845..4df7ba3 100644 --- a/config/api-example.js +++ b/config/api-example.js @@ -1,3 +1,3 @@ module.exports = { - 'sendgrid' : 'SENDGRID API KEY GOES HERE' + 'sendgrid' : '' // SendGrid API key goes here }; -- cgit v1.2.3