This commit is contained in:
Ian Webster 2014-09-20 15:58:39 -07:00
parent 438de8c5b6
commit 17a94d2a60
2 changed files with 5 additions and 1 deletions

2
app.js
View File

@ -208,7 +208,7 @@ function sendText(phone, message, region, cb) {
_.each(providers_list, function(provider) { _.each(providers_list, function(provider) {
var email = provider.replace('%s', phone); 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.stdout.on('data', console.log);
child.stderr.on('data', console.log); child.stderr.on('data', console.log);
child.on('error', function(data) { child.on('error', function(data) {

View File

@ -6,6 +6,10 @@
<link href="http://ianww.com/bootstrap.min.css" rel="stylesheet" /> <link href="http://ianww.com/bootstrap.min.css" rel="stylesheet" />
<link href="http://ianww.com/main.css" rel="stylesheet" /> <link href="http://ianww.com/main.css" rel="stylesheet" />
<style> <style>
body {
background-image: none;
background-color: #2C3A50;
}
.mute { .mute {
color: #909090; color: #909090;
font-size: 10px; font-size: 10px;