update from address

This commit is contained in:
riley
2016-11-16 15:59:44 -07:00
parent 5b35d3b61d
commit 3c835c1ce5
+1 -1
View File
@@ -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,