} Send HTML To send HTML formatted text in your
email, use the " html " property instead of the " text " property: Example Send
email containing HTML: var mailOptions = { from: ' youremail @gmail.com', to: '
[email protected] ', subject: 'Sending
Email using Node.js', html: ' < h1 > Welcome < /h1 > < p > That was easy!