Please excuse my ignorance.
I'm able to send an email with the following command from my apps directory via the command prompt.
node send-email.js
Though I'm having trouble executing the script from inside my html page, for example via a button click.
What are my steps to accomplish this?
Thank you