Posts by eduardo Uchida • 1 point
1 post
-
0
votes1
answer895
viewsQ: send email with Nodemailer
I created the following Model with Nodejs: 'use strict' function UserDAO(model) { this.model = model; } UserDAO.prototype.email = function(callback) { //TESTE de email var filePath =…