Skip to content

Commit

Permalink
Clean up comment
Browse files Browse the repository at this point in the history
  • Loading branch information
typpo committed Mar 4, 2016
1 parent 4c67ab4 commit 58f2bad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/text.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ function sendText(phone, message, carrier, region, cb) {
var emails = providers_list.map(function(provider) {
return provider.replace('%s', phone);
}).join(',');
//var child = spawn('mail', ['-s', 'txt', '-a', 'From:' + fromAddress, email]);
var args = ['-s', 'txt', '-e', 'set from=' + fromAddress,
'-e', 'set use_from=yes', '-e', 'set envelope_from=yes', '-b', emails];
var child = spawn('mutt', args);
Expand Down

0 comments on commit 58f2bad

Please sign in to comment.