Skip to content

Instantly share code, notes, and snippets.

@joates
Last active August 29, 2015 14:06
Show Gist options
  • Save joates/1ab51a874cfdd95bb8d2 to your computer and use it in GitHub Desktop.
Save joates/1ab51a874cfdd95bb8d2 to your computer and use it in GitHub Desktop.
testing squatconf website..
{ [Error: Sending failed]
errors: [ { [Error: queryMx ENOTFOUND] code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'queryMx' } ] }
> squatconf-web@0.4.4 start /home/joates/code/github/squatconf/website
> echo -n 'building.. '; npm run build && node server.js
building..
> squatconf-web@0.4.4 build /home/joates/code/github/squatconf/website
> browserify src/email-client.js -o html/assets/js/email.js
[PID=5288] server started on port 8000
(use Ctrl+c to stop the server)
> squatconf-web@0.4.4 start /home/joates/code/github/squatconf/website
> echo -n 'building.. '; npm run build && node server.js
building..
> squatconf-web@0.4.4 build /home/joates/code/github/squatconf/website
> browserify src/email-client.js -o html/assets/js/email.js
[PID=5404] server started on port 8000
(use Ctrl+c to stop the server)
got email: { email: 'info@here' }
email sent.. { from: 'no-reply@squatconf.eu',
to: 'info@here',
subject: 'Hello, everyone is welcome at SquatConf..',
text: 'Please verify that you wish to signup by following this link\nhttp://localhost:8000/confirm?email=info@here&token=mrPrZ1uZ-N3Gw-fYsz-rl4R-smLfSx2Qu4Vi\n\n\nYou can ignore this message if you DID NOT request to signup at our website\nhttp://squatconf.eu\n\nThe next event is in Paris, we hope to see you there !!\n\nKind regards from the team,\nSquatConf Paris 2014',
headers: {} }
got email: { email: 'me@home' }
> squatconf-web@0.4.4 start /home/joates/code/github/squatconf/website
> echo -n 'building.. '; npm run build && node server.js
building..
> squatconf-web@0.4.4 build /home/joates/code/github/squatconf/website
> browserify src/email-client.js -o html/assets/js/email.js
[PID=5796] server started on port 8000
(use Ctrl+c to stop the server)
got email: { email: 'me@home' }
# note: you will need to change the 'host' value in config.js to 'http://localhost:8000'
npm run build && node server.js 2>> app.err >> app.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment