Send email with Angular and NodeMailer
how is it going? I am trying to figure out how to send an email with Angular 5 and Node.js -using nodemailer-. What I want to archive is when some user make an appointment in the page and system gets the provided email and send some information to the user when they click the button "Schedule my ....." As you'll see in appointment.component.ts , when the user click the button a variable change to "true" to display some hidden div to the user and displays as well a snackbar but nothing happens. No error in the console log nor anything. Any ideas? Here is my code below. Thanks in advance. server