diff --git a/app.js b/app.js index 23de446..6361c0b 100644 --- a/app.js +++ b/app.js @@ -208,7 +208,7 @@ function sendText(phone, message, region, cb) { _.each(providers_list, function(provider) { var email = provider.replace('%s', phone); - var child = spawn('sendmail', ['-f', 'txt@textbelt.com', email]); + var child = spawn('sendmail', ['-f', 'txt2@textbelt.com', email]); child.stdout.on('data', console.log); child.stderr.on('data', console.log); child.on('error', function(data) { diff --git a/views/index.html b/views/index.html index 488d287..1dc594c 100644 --- a/views/index.html +++ b/views/index.html @@ -6,6 +6,10 @@