Advertisement
banyucenter

Untitled

Nov 5th, 2018
673
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var mailOptions = {
  2.   from: 'youremail@gmail.com',
  3.   to: 'myfriend@yahoo.com, myotherfriend@yahoo.com',
  4.   subject: 'Sending Email using Node.js',
  5.   text: 'That was easy!'
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement