I\'d like to send mails on my local server but it seems not working with Nodemailer and NodeJS.
Is there any solutions to send mails from local?
Additional to what @cheniel said: Make sure the "from" email is the same user email as the email in the transporter object. And the "to" must be a valid email and exist (check if the value is correctly set (not undefined and not null)).