chagne email

This commit is contained in:
Matias Alejo Garcia 2014-10-30 23:33:21 -03:00
parent 4f2b2ccecd
commit 25a96b61fe

View File

@ -158,7 +158,7 @@ emailPlugin.sendVerificationEmail = function (email, secret) {
var emailBody = results[0];
var emailBodyHTML = results[1];
var mailOptions = {
from: 'Insight Services <insight@bitpay.com>',
from: 'Insight Services <wallet@copay.io>',
to: email,
subject: '[Copay] Your wallet backup needs confirmation',
text: emailBody,