This commit is contained in:
parent
438de8c5b6
commit
17a94d2a60
2
app.js
2
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) {
|
||||
|
@ -6,6 +6,10 @@
|
||||
<link href="http://ianww.com/bootstrap.min.css" rel="stylesheet" />
|
||||
<link href="http://ianww.com/main.css" rel="stylesheet" />
|
||||
<style>
|
||||
body {
|
||||
background-image: none;
|
||||
background-color: #2C3A50;
|
||||
}
|
||||
.mute {
|
||||
color: #909090;
|
||||
font-size: 10px;
|
||||
|
Loading…
Reference in New Issue
Block a user