Sending email from local host with Nodemailer

前端 未结 5 1252
小蘑菇
小蘑菇 2020-12-20 13:38

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?

             


        
5条回答
  •  攒了一身酷
    2020-12-20 14:39

    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)).

提交回复
热议问题