Clean up comment
This commit is contained in:
		@@ -62,7 +62,6 @@ function sendText(phone, message, carrier, region, cb) {
 | 
				
			|||||||
  var emails = providers_list.map(function(provider) {
 | 
					  var emails = providers_list.map(function(provider) {
 | 
				
			||||||
    return provider.replace('%s', phone);
 | 
					    return provider.replace('%s', phone);
 | 
				
			||||||
  }).join(',');
 | 
					  }).join(',');
 | 
				
			||||||
  //var child = spawn('mail', ['-s', 'txt', '-a', 'From:' + fromAddress, email]);
 | 
					 | 
				
			||||||
  var args = ['-s', 'txt', '-e', 'set from=' + fromAddress,
 | 
					  var args = ['-s', 'txt', '-e', 'set from=' + fromAddress,
 | 
				
			||||||
    '-e', 'set use_from=yes', '-e', 'set envelope_from=yes', '-b', emails];
 | 
					    '-e', 'set use_from=yes', '-e', 'set envelope_from=yes', '-b', emails];
 | 
				
			||||||
  var child = spawn('mutt', args);
 | 
					  var child = spawn('mutt', args);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user