Send-Mail (send-mail)Example - Sending email with nodejsInstall the dependenciesnpm installStart the app in developmentnpm startExample Configurationconst userMail = 'youremail@outlook.com' const userName = 'Your user name' const passMail = 'Your password'