banyucenter

Untitled

Nov 5th, 2018
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var mailOptions = {
  2.   from: '[email protected]',
  3.   subject: 'Kirim email dengan Node.js',
  4.   html: '<h1>Selamat Datang</h1><p>Ini sangat mudah!</p>'
  5. }
Advertisement
Add Comment
Please, Sign In to add comment