daily pastebin goal
20%
SHARE
TWEET

Untitled

a guest Sep 28th, 2015 62 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var net = require('net');
  2. var client = net.connect({port: 587, host: 'haraka_ip'},
  3.     function() { //'connect' listener
  4.   //process.exit(1);
  5.   console.log('connected to server!');
  6.   client.write('world!\r\n');
  7.   process.exit(1);
  8. });
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
 
Top