Posts by Emanuel • 1 point
1 post
-
0
votes3
answers834
viewsA: sending email with nodemailer
I believe you will have to insert the script inside a Page Controller index.html. Add email function to controller scope. Example: $scope.sendMail = function { transportador.sendMail(configuracoes,…