From 25a96b61fe2af070b365250cc25326fdd398ec04 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 30 Oct 2014 23:33:21 -0300 Subject: [PATCH] chagne email --- plugins/emailstore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/emailstore.js b/plugins/emailstore.js index 9aaea3b..00677ff 100644 --- a/plugins/emailstore.js +++ b/plugins/emailstore.js @@ -158,7 +158,7 @@ emailPlugin.sendVerificationEmail = function (email, secret) { var emailBody = results[0]; var emailBodyHTML = results[1]; var mailOptions = { - from: 'Insight Services ', + from: 'Insight Services ', to: email, subject: '[Copay] Your wallet backup needs confirmation', text: emailBody,