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,