banyucenter

Untitled

Nov 5th, 2018
831
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var mailOptions = {
  2.   from: '[email protected]',
  3.   subject: 'Sending Email using Node.js',
  4.   html: '<h1>Welcome</h1><p>That was easy!</p>'
  5. }
Advertisement
Add Comment
Please, Sign In to add comment