From 3c835c1ce5a3ef7eb7e4ff7bf37d409615faa1a0 Mon Sep 17 00:00:00 2001 From: riley Date: Wed, 16 Nov 2016 15:59:44 -0700 Subject: [PATCH] update from address --- routes/api/user/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/api/user/index.js b/routes/api/user/index.js index 4f9110b8f..b9c6efa3b 100644 --- a/routes/api/user/index.js +++ b/routes/api/user/index.js @@ -95,7 +95,7 @@ router.post('/request-password-reset', (req, res, next) => { .then(token => { const options = { subject: 'Password Reset Requested - Talk', - from: 'coralcore@mozillafoundation.org', + from: 'noreply@coralproject.net', to: email, html: resetEmailTemplate({ token,