express send email code example
Example 1: express send html file
app.get('/test', function(req, res) {
res.sendFile('test.html', {root: __dirname })
});
Example 2: html send email
<!-- Code by Scratchy -->
<!-- Twitter: @S_cratchy-->
<a href="mailto:[email protected]"<button>E-Mail me</a>