Hi everyone,
I'm a junior developer working on a website, and I need some advice on the best way to email a business owner when a user fills out a contact form and clicks submit.
I initially looked into EmailJS, but I wasn't comfortable with it as it exposes API keys. Now, I'm considering using Nodemailer.
Could you please provide some guidance or recommendations on:
1. How to securely set up Nodemailer to handle form submissions.
2. Any best practices for protecting API keys and other sensitive information in this context.
3. If there are any other reliable alternatives to Nodemailer that you would recommend.