From 17a94d2a60895aca2f79f1726b1235818dbef8cf Mon Sep 17 00:00:00 2001 From: Ian Webster Date: Sat, 20 Sep 2014 15:58:39 -0700 Subject: [PATCH] txt2@textbelt.com --- app.js | 2 +- views/index.html | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 @@